From 2ebf34adaea93dd857bc5dbd3d736020541d5cf4 Mon Sep 17 00:00:00 2001 From: Strubbl <97055+Strubbl@users.noreply.github.com> Date: Tue, 13 Nov 2018 19:44:17 +0100 Subject: [PATCH] add info about missing lists APIs in Readme https://docs.joinmastodon.org/api/rest/lists/ --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index efc5630..d09de3c 100644 --- a/README.md +++ b/README.md @@ -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