Add request.hpp to mastodonpp.hpp and update example.

This commit is contained in:
tastytea 2020-01-03 13:10:46 +01:00
parent 9874e76de2
commit 174daaf924
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "api.hpp"
#include "instance.hpp"
#include "request.hpp"
#include "return_types.hpp"
/*!
@ -45,6 +46,7 @@
*
* @code
* mastodonpp::Instance instance{"example.com", ""};
* mastodonpp::Request request{instance};
* @endcode
*/