Added short descriptions to examples

This commit is contained in:
tastytea 2018-02-26 09:06:55 +01:00
parent e73a5a765b
commit 8c08af5302
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
6 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
/* This file is part of mastodon-cpp.
* Updates your name, description and avatar.
*/
#include <iostream>

View File

@ -1,4 +1,5 @@
/* This file is part of mastodon-cpp.
* Follow someone, then unfollow.
*/
#include <iostream>

View File

@ -1,4 +1,5 @@
/* This file is part of mastodon-cpp.
* Post a status, then delete it.
*/
#include <iostream>

View File

@ -1,4 +1,5 @@
/* This file is part of mastodon-cpp.
* Register as an application.
*/
#include <iostream>

View File

@ -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>