summaryrefslogtreecommitdiffstats
path: root/src/instance.cpp
Commit message (Collapse)AuthorAge
* Reformat source files.tastytea2020-11-13
|
* ObtainToken: Change grant_type to authorization_code.tastytea2020-11-13
| | | | client_credentials worked before but not anymore. 🤷
* Define copy constructor for instance.tastytea2020-03-21
| | | | | Needed because the underlying CURLWrapper is not copied but freshly created, so access_token, proxy, cainfo and useragent have to be set.
* Set access token in CURLWrapper too if it is set in Instance.tastytea2020-03-21
|
* Extract post formats via regex.tastytea2020-01-14
|
* Use regex to extract NodeInfo addresses.tastytea2020-01-14
|
* Use regex to extract max_toot_chars.tastytea2020-01-14
|
* Move types into types.hpp and add answer_type::next() and prev().tastytea2020-01-14
|
* Simplify connection setup.tastytea2020-01-12
| | | | By adding CURLWrapper::setup_connection_properties.
* Add Instance::ObtainToken.tastytea2020-01-12
|
* Marked some functions noexcept.tastytea2020-01-12
|
* Return default max chars on exception in get_max_chars().tastytea2020-01-11
|
* Add Instance::get_post_formats().tastytea2020-01-11
|
* Add Instance::get_nodeinfo().tastytea2020-01-11
|
* Add missing header.tastytea2020-01-11
|
* Replace string with string_view where possible.tastytea2020-01-08
|
* Add support for parameters (GET).tastytea2020-01-08
|
* Renamed return_types.hpp to answer.hpp.tastytea2020-01-06
|
* Query max_toot_chars the first time get_max_chars() is called.tastytea2020-01-06
|
* Change signature of Instance.tastytea2020-01-06
|
* Refactored constructor of Instance.tastytea2020-01-05
|
* Make assignment to _max_chars clearer.tastytea2020-01-05
|
* Query instance for max_toot_chars.tastytea2020-01-05
|
* Instance: Add getters for hostname, baseuri and access_token.tastytea2020-01-05
|
* Move low-level network stuff to CURLWrapper.tastytea2020-01-04
|
* Silence some linter warnings I can't do anything about.tastytea2020-01-04
|
* Only initialize libcurl once.tastytea2020-01-04
|
* Add curl initialization.tastytea2020-01-04
|
* Use Instance and Request classes.tastytea2020-01-03