add GetTimelineHashtag

This commit is contained in:
Yasuhiro Matsumoto 2017-04-15 21:02:55 +09:00
parent fdcc642234
commit 564554c1c9
2 changed files with 11 additions and 1 deletions

View file

@ -66,7 +66,7 @@ if err != nil {
* [ ] POST /api/v1/statuses/:id/unfavourite
* [x] GET /api/v1/timelines/home
* [x] GET /api/v1/timelines/public
* [ ] GET /api/v1/timelines/tag/:hashtag
* [x] GET /api/v1/timelines/tag/:hashtag
## Installation