Update README

This commit is contained in:
WaybackBot 2021-02-25 14:25:44 +00:00 committed by mattn
parent 8c434b5282
commit eb26687c84

View File

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