index
:
mastodonpp
main
C++ wrapper for the Mastodon and Pleroma APIs. This mirror exists as a backup in case the original project is ever gone from elsewhere on the Net.
tastytea
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
...
*
Implement HTTP POST in Connection.
tastytea
2020-01-10
*
Implement HTTP POST in CURLWrapper.
tastytea
2020-01-10
*
Add parameterpair.
tastytea
2020-01-10
*
Add a message only constructor to CURLException.
tastytea
2020-01-10
*
Fix answer_type::get_header().
tastytea
2020-01-09
*
Escape keyword “API” in documentation.
tastytea
2020-01-09
*
Add get_header() to answer_type.
tastytea
2020-01-09
*
Add get_new_events().
tastytea
2020-01-09
*
Expand section about thread safety in documentation.
tastytea
2020-01-09
*
Move set_proxy() to Instance.
tastytea
2020-01-09
*
Add streaming example to reference.
tastytea
2020-01-08
*
Improve documentation for new_stream_contents().
tastytea
2020-01-08
*
Add streaming support.
tastytea
2020-01-08
*
Make curl writer non-satatic and add static wrapper.
tastytea
2020-01-08
*
Move URI building for GET requets to add_parameters_to_uri().
tastytea
2020-01-08
*
Fix / ignore some clang-tidy warnings.
tastytea
2020-01-08
*
Improve documentation.
tastytea
2020-01-08
*
Add set_proxy().
tastytea
2020-01-08
*
Replace string with string_view where possible.
tastytea
2020-01-08
*
Add support for parameters (GET).
tastytea
2020-01-08
*
Add sections about thread safety and text input to documentation.
tastytea
2020-01-08
*
Add get_curl_easy_handle().
tastytea
2020-01-06
*
Renamed return_types.hpp to answer.hpp.
tastytea
2020-01-06
*
Add parametermap.
tastytea
2020-01-06
*
Add doxygen-reference to example.
tastytea
2020-01-06
*
Improve exception documentation.
tastytea
2020-01-06
*
Query max_toot_chars the first time get_max_chars() is called.
tastytea
2020-01-06
*
Change signature of Instance.
tastytea
2020-01-06
*
Make curlwrapper_instances static.
tastytea
2020-01-05
*
Do global curl init / cleanup only once.
tastytea
2020-01-05
*
Make _endpoint_map static.
tastytea
2020-01-05
*
Add support for HTTP method PUT.
tastytea
2020-01-05
*
Add all API endpoints of Pleroma 1.1.7.
tastytea
2020-01-05
*
Only construct 1 API per Connection.
tastytea
2020-01-05
*
Add all API endpoints of Mastodon 3.0.
tastytea
2020-01-05
*
Add support for HTTP methods PATCH and DELETE.
tastytea
2020-01-05
*
Updated example in documentation.
tastytea
2020-01-05
*
Change argument “meth” to “method” in make_request().
tastytea
2020-01-05
*
Add default values to answer_type and update documentation.
tastytea
2020-01-05
*
Add headers to answer_type.
tastytea
2020-01-05
*
answer_type: Replace error_code with curl_error_code.
tastytea
2020-01-05
*
Fix include order.
tastytea
2020-01-05
*
Query instance for max_toot_chars.
tastytea
2020-01-05
*
Optimize request-flow. 😃
tastytea
2020-01-05
*
Instance: Add getters for hostname, baseuri and access_token.
tastytea
2020-01-05
*
Renamed “Request” to “Connection”.
tastytea
2020-01-05
*
Improve documentation for CURLWrapper.
tastytea
2020-01-04
*
Add [[nodiscard]] to make_request().
tastytea
2020-01-04
*
Simple GET request works.
tastytea
2020-01-04
*
Add http_method and make_request.
tastytea
2020-01-04
[prev]
[next]