manage README

This commit is contained in:
keita
2021-03-20 10:29:12 +09:00
parent 6266d0f67c
commit 783f0a4087
+4
View File
@@ -11,6 +11,7 @@ you can use these endpoint
- statuses/update
- statuses/destroy/:id
- statuses/retweet/:id
- statuses/unretweet/:id
- statuses/user_timeline
- favorites/create
- favorites/destroy
@@ -125,6 +126,9 @@ api.status().Update("Upload media from Cocoa Twitter Library", std::vector<std::
// Retweet a tweet
api.status().Retweet("tweet id");
// un RT a tweet
api.status().Unretweet("tweet id")
// Delete a tweet
api.status().Destroy("tweet id");