mastodonpp
0.0.0
|
C++ wrapper for the Mastodon API. More...
#include <mastodonpp.hpp>
Public Member Functions | |
API (string instance, string access_token) | |
Construct a new API object. More... | |
|
explicit |
Construct a new API object.
To register your application, leave access_token blank and call register_app1() and register_app2().
instance | The hostname of your instance. |
access_token | Your access token. |