add info about missing lists APIs in Readme
https://docs.joinmastodon.org/api/rest/lists/
This commit is contained in:
parent
61705d1f2b
commit
2ebf34adae
|
@ -82,6 +82,7 @@ func main() {
|
||||||
* [x] GET /api/v1/accounts/:id/unblock
|
* [x] GET /api/v1/accounts/:id/unblock
|
||||||
* [x] GET /api/v1/accounts/:id/mute
|
* [x] GET /api/v1/accounts/:id/mute
|
||||||
* [x] GET /api/v1/accounts/:id/unmute
|
* [x] GET /api/v1/accounts/:id/unmute
|
||||||
|
* [ ] GET /api/v1/accounts/:id/lists
|
||||||
* [x] GET /api/v1/accounts/relationships
|
* [x] GET /api/v1/accounts/relationships
|
||||||
* [x] GET /api/v1/accounts/search
|
* [x] GET /api/v1/accounts/search
|
||||||
* [x] POST /api/v1/apps
|
* [x] POST /api/v1/apps
|
||||||
|
@ -94,6 +95,14 @@ func main() {
|
||||||
* [x] GET /api/v1/instance
|
* [x] GET /api/v1/instance
|
||||||
* [x] GET /api/v1/instance/activity
|
* [x] GET /api/v1/instance/activity
|
||||||
* [x] GET /api/v1/instance/peers
|
* [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] POST /api/v1/media
|
||||||
* [x] GET /api/v1/mutes
|
* [x] GET /api/v1/mutes
|
||||||
* [x] GET /api/v1/notifications
|
* [x] GET /api/v1/notifications
|
||||||
|
|
Loading…
Reference in New Issue
Block a user