Added short descriptions to examples
This commit is contained in:
parent
e73a5a765b
commit
8c08af5302
@ -110,7 +110,7 @@ If you use a debug build, you get more verbose error messages.
|
||||
* [x] Handle HTTP statuses 301, 302, 307 and 308
|
||||
* [x] Support registering as an application
|
||||
* Version 0.4.0
|
||||
* [x] Handle X-RateLimit header
|
||||
* [x] Make HTTP header available
|
||||
* [x] Streaming API
|
||||
* Later
|
||||
* [ ] Asynchronous I/O
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* This file is part of mastodon-cpp.
|
||||
* Updates your name, description and avatar.
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* This file is part of mastodon-cpp.
|
||||
* Follow someone, then unfollow.
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* This file is part of mastodon-cpp.
|
||||
* Post a status, then delete it.
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* This file is part of mastodon-cpp.
|
||||
* Register as an application.
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
|
@ -1,9 +1,7 @@
|
||||
/* This file is part of mastodon-cpp.
|
||||
* How to use the streaming API
|
||||
* Streaming API example
|
||||
*/
|
||||
|
||||
/* This file is part of mastodon-cpp.
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
Reference in New Issue
Block a user