mastodonpp
0.0.0
|
C++ wrapper for the Mastodon API. More...
Classes | |
struct | answer_type |
Return type for Requests. More... | |
class | API |
Holds API endpoints. More... | |
class | Connection |
Represents a connection to an instance. Used for requests. More... | |
class | CURLException |
Exception for libcurl errors. More... | |
class | CURLWrapper |
Handles the details of network connections. More... | |
class | Instance |
Holds the access data of an instance. More... | |
Typedefs | |
using | parametermap = map< string, variant< string, vector< string > >> |
std::map of parameters for API calls. More... | |
Enumerations | |
enum | http_method { GET, POST, PATCH, PUT, DELETE } |
The HTTP method. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, const answer_type &answer) |
C++ wrapper for the Mastodon API.
using mastodonpp::parametermap = typedef map<string, variant<string, vector<string> >> |
|
strong |
std::ostream& mastodonpp::operator<< | ( | std::ostream & | out, |
const answer_type & | answer | ||
) |