diff --git a/README.md b/README.md index 07ab506..44f5066 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,11 @@ func main() { * [x] GET /api/v1/timelines/public * [x] GET /api/v1/timelines/tag/:hashtag * [x] GET /api/v1/timelines/list/:id +* [x] GET /api/v1/streaming/user +* [x] GET /api/v1/streaming/public +* [x] GET /api/v1/streaming/hashtag?tag=:hashtag +* [x] GET /api/v1/streaming/hashtag/local?tag=:hashtag +* [x] GET /api/v1/streaming/list?list=:list_id ## Installation