Add streaming direct support

This commit is contained in:
WaybackBot 2021-02-25 14:26:45 +00:00 committed by mattn
parent eb26687c84
commit bf42b86b9f
3 changed files with 46 additions and 0 deletions

View file

@ -139,6 +139,7 @@ func main() {
* [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
* [x] GET /api/v1/streaming/direct
## Installation