add info about missing lists APIs in Readme

https://docs.joinmastodon.org/api/rest/lists/
pull/81/head
Strubbl 2018-11-13 19:44:17 +01:00 committed by mattn
parent 61705d1f2b
commit 2ebf34adae
1 changed files with 9 additions and 0 deletions

View File

@ -82,6 +82,7 @@ func main() {
* [x] GET /api/v1/accounts/:id/unblock
* [x] GET /api/v1/accounts/:id/mute
* [x] GET /api/v1/accounts/:id/unmute
* [ ] GET /api/v1/accounts/:id/lists
* [x] GET /api/v1/accounts/relationships
* [x] GET /api/v1/accounts/search
* [x] POST /api/v1/apps
@ -94,6 +95,14 @@ func main() {
* [x] GET /api/v1/instance
* [x] GET /api/v1/instance/activity
* [x] GET /api/v1/instance/peers
* [ ] GET /api/v1/lists
* [ ] GET /api/v1/lists/:id/accounts
* [ ] GET /api/v1/lists/:id
* [ ] POST /api/v1/lists
* [ ] PUT /api/v1/lists/:id
* [ ] DELETE /api/v1/lists/:id
* [ ] POST /api/v1/lists/:id/accounts
* [ ] DELETE /api/v1/lists/:id/accounts
* [x] POST /api/v1/media
* [x] GET /api/v1/mutes
* [x] GET /api/v1/notifications