summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
* Implement HTTP POST in Connection.tastytea2020-01-10
* Implement HTTP POST in CURLWrapper.tastytea2020-01-10
* Add parameterpair.tastytea2020-01-10
* Add a message only constructor to CURLException.tastytea2020-01-10
* Fix answer_type::get_header().tastytea2020-01-09
* Escape keyword “API” in documentation.tastytea2020-01-09
* Add get_header() to answer_type.tastytea2020-01-09
* Add get_new_events().tastytea2020-01-09
* Expand section about thread safety in documentation.tastytea2020-01-09
* Move set_proxy() to Instance.tastytea2020-01-09
* Add streaming example to reference.tastytea2020-01-08
* Improve documentation for new_stream_contents().tastytea2020-01-08
* Add streaming support.tastytea2020-01-08
* Make curl writer non-satatic and add static wrapper.tastytea2020-01-08
* Move URI building for GET requets to add_parameters_to_uri().tastytea2020-01-08
* Fix / ignore some clang-tidy warnings.tastytea2020-01-08
* Improve documentation.tastytea2020-01-08
* Add set_proxy().tastytea2020-01-08
* Replace string with string_view where possible.tastytea2020-01-08
* Add support for parameters (GET).tastytea2020-01-08
* Add sections about thread safety and text input to documentation.tastytea2020-01-08
* Add get_curl_easy_handle().tastytea2020-01-06
* Renamed return_types.hpp to answer.hpp.tastytea2020-01-06
* Add parametermap.tastytea2020-01-06
* Add doxygen-reference to example.tastytea2020-01-06
* Improve exception documentation.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
* Make curlwrapper_instances static.tastytea2020-01-05
* Do global curl init / cleanup only once.tastytea2020-01-05
* Make _endpoint_map static.tastytea2020-01-05
* Add support for HTTP method PUT.tastytea2020-01-05
* Add all API endpoints of Pleroma 1.1.7.tastytea2020-01-05
* Only construct 1 API per Connection.tastytea2020-01-05
* Add all API endpoints of Mastodon 3.0.tastytea2020-01-05
* Add support for HTTP methods PATCH and DELETE.tastytea2020-01-05
* Updated example in documentation.tastytea2020-01-05
* Change argument “meth” to “method” in make_request().tastytea2020-01-05
* Add default values to answer_type and update documentation.tastytea2020-01-05
* Add headers to answer_type.tastytea2020-01-05
* answer_type: Replace error_code with curl_error_code.tastytea2020-01-05
* Fix include order.tastytea2020-01-05
* Query instance for max_toot_chars.tastytea2020-01-05
* Optimize request-flow. 😃tastytea2020-01-05
* Instance: Add getters for hostname, baseuri and access_token.tastytea2020-01-05
* Renamed “Request” to “Connection”.tastytea2020-01-05
* Improve documentation for CURLWrapper.tastytea2020-01-04
* Add [[nodiscard]] to make_request().tastytea2020-01-04
* Simple GET request works.tastytea2020-01-04
* Add http_method and make_request.tastytea2020-01-04