Add list timeline support.

This commit is contained in:
Ben Lubar 2019-04-26 20:56:47 -05:00
parent ae1b5f8629
commit 5ff4ecfd52
No known key found for this signature in database
GPG key ID: 92939677AB59EDA4
2 changed files with 12 additions and 1 deletions

View file

@ -125,6 +125,7 @@ func main() {
* [x] GET /api/v1/timelines/home
* [x] GET /api/v1/timelines/public
* [x] GET /api/v1/timelines/tag/:hashtag
* [x] GET /api/v1/timelines/list/:id
## Installation