mastodonpp/include
tastytea 5bf1e9bf25
All checks were successful
continuous-integration/drone/push Build is passing
Define copy constructor for instance.
Needed because the underlying CURLWrapper is not copied but freshly created, so
access_token, proxy, cainfo and useragent have to be set.
2020-03-21 11:38:34 +01:00
..
api.hpp Updated Pleroma endpoints to version 2.0.0. 2020-03-12 11:38:41 +01:00
CMakeLists.txt
connection.hpp Allow argument in constructor of Connection to be const. 2020-03-20 14:47:44 +01:00
curl_wrapper.hpp Add copy constructor for CURLWrapper. 2020-03-20 13:49:20 +01:00
exceptions.hpp
helpers.hpp Mark unescape_html() nodiscard. 2020-02-03 13:06:01 +01:00
instance.hpp Define copy constructor for instance. 2020-03-21 11:38:34 +01:00
mastodonpp.hpp Add nlohmann-json example. 2020-01-26 00:49:49 +01:00
types.hpp