document bookmark APIs

follows d39c10b which introduced the bookmark APIs.
pull/142/head
shine 2021-07-01 01:34:28 +05:30 committed by mattn
parent 4cbbf813dc
commit 62214db600
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,7 @@ func main() {
* [x] GET /api/v1/accounts/:id/lists
* [x] GET /api/v1/accounts/relationships
* [x] GET /api/v1/accounts/search
* [x] GET /api/v1/bookmarks
* [x] POST /api/v1/apps
* [x] GET /api/v1/blocks
* [x] GET /api/v1/conversations
@ -131,6 +132,8 @@ func main() {
* [x] POST /api/v1/statuses/:id/unreblog
* [x] POST /api/v1/statuses/:id/favourite
* [x] POST /api/v1/statuses/:id/unfavourite
* [x] POST /api/v1/statuses/:id/bookmark
* [x] POST /api/v1/statuses/:id/unbookmark
* [x] GET /api/v1/timelines/home
* [x] GET /api/v1/timelines/public
* [x] GET /api/v1/timelines/tag/:hashtag