From 561f255a767367bf9350aa3e18e3d8ed4d2353f3 Mon Sep 17 00:00:00 2001 From: keita Date: Fri, 19 Mar 2021 23:08:02 +0900 Subject: [PATCH] manage README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ea18b..0f538db 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ you can use these endpoint - statuses/update - statuses/destroy/:id - statuses/retweet/:id +- statuses/user_timeline - favorites/create - favorites/destroy - media/upload(support: jpg, jpeg, png, gif, mp4) @@ -132,6 +133,13 @@ api.favorite().Create("tweet id"); // un Fav. a tweet api.favorite().Destroy("tweet id"); + +// get a timeline with screen name +auto timeline = api.status().UserTimeline("milkcocoa0902"); + ``` -donate by BitCoin : bc1qhpm8tmq72scqpl2ccemcf0ktfjg4rsu73e99tz \ No newline at end of file +# More Information +See [API Document](https://cocoatweet.milkcocoa.info) + +donate by BitCoin : bc1qhpm8tmq72scqpl2ccemcf0ktfjg4rsu73e99tz