Add streaming direct support

This commit is contained in:
WaybackBot 2021-02-25 14:26:45 +00:00
parent ba1ddd8ace
commit 546cc5f433
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