summaryrefslogtreecommitdiffstats
path: root/include/mastodonpp.hpp
Commit message (Collapse)AuthorAge
* Reformat header files.tastytea2020-11-13
|
* Add nlohmann-json example.tastytea2020-01-26
|
* Fix header names in documentation.tastytea2020-01-17
|
* Make main page of reference more precise.tastytea2020-01-17
|
* Mention the dependency on C++17.tastytea2020-01-17
|
* Add unescape_html().tastytea2020-01-15
|
* Move types into types.hpp and add answer_type::next() and prev().tastytea2020-01-14
|
* Add ObtainToken-example.tastytea2020-01-12
|
* Add DELETE example.tastytea2020-01-11
|
* Add examples 05 and 06.tastytea2020-01-11
|
* Add example for posting an attachment.tastytea2020-01-11
|
* Add support for sending files in HTTP forms.tastytea2020-01-11
|
* Add example03 to reference.tastytea2020-01-10
|
* Expand section about thread safety in documentation.tastytea2020-01-09
|
* Add streaming example to reference.tastytea2020-01-08
|
* Improve documentation.tastytea2020-01-08
|
* Add sections about thread safety and text input to documentation.tastytea2020-01-08
|
* Renamed return_types.hpp to answer.hpp.tastytea2020-01-06
|
* Add doxygen-reference to example.tastytea2020-01-06
|
* Improve exception documentation.tastytea2020-01-06
|
* Updated example in documentation.tastytea2020-01-05
|
* Fix include order.tastytea2020-01-05
|
* Renamed “Request” to “Connection”.tastytea2020-01-05
| | | | It will be used not for only one request, but for all requests to an instance.
* Escape API in documentation where necessary.tastytea2020-01-04
|
* Fix headers in Doxygen output.tastytea2020-01-04
|
* Add CURLException.tastytea2020-01-04
|
* Add request.hpp to mastodonpp.hpp and update example.tastytea2020-01-03
|
* Add enum for API calls.tastytea2020-01-03
|
* Use Instance and Request classes.tastytea2020-01-03
|
* Add documentation.tastytea2020-01-03
|
* Add return type for requests.tastytea2020-01-03
|
* Add skeleton.tastytea2020-01-03