From fe03ce0d7fca9220e5abfaa5c84fd42478a34115 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Thu, 26 Jun 2025 09:59:27 +0200 Subject: [PATCH] Update README.md --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/README.md b/README.md index d326e93..87f7f5b 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,47 @@ An agnostic social network following the KISS and UNIX philosophy, the main prin - [ ] GET [/api/v1/notes/:id/history](https://docs.joinmastodon.org/methods/statuses/#history) - [ ] GET [/api/v1/notes/:id/source](https://docs.joinmastodon.org/methods/statuses/#source) +#### streaming + +- [ ] GET [/api/v1/streaming/health](https://docs.joinmastodon.org/methods/streaming/#health) +- [ ] GET [/api/v1/streaming/user](https://docs.joinmastodon.org/methods/streaming/#user) +- [ ] GET [/api/v1/streaming/user/notification](https://docs.joinmastodon.org/methods/streaming/#notification) +- [ ] GET [/api/v1/streaming/public](https://docs.joinmastodon.org/methods/streaming/#public) +- [ ] GET [/api/v1/streaming/public/local](https://docs.joinmastodon.org/methods/streaming/#public-local) +- [ ] GET [/api/v1/streaming/public/remote](https://docs.joinmastodon.org/methods/streaming/#public-remote) +- [ ] GET [/api/v1/streaming/hashtag](https://docs.joinmastodon.org/methods/streaming/#hashtag) +- [ ] GET [/api/v1/streaming/hashtag/local](https://docs.joinmastodon.org/methods/streaming/#hashtag-local) +- [ ] GET [/api/v1/streaming/list](https://docs.joinmastodon.org/methods/streaming/#list) +- [ ] GET [/api/v1/streaming/direct](https://docs.joinmastodon.org/methods/streaming/#direct) +- [ ] WSS [/api/v1/streaming](https://docs.joinmastodon.org/methods/streaming/#websocket) + +#### suggestions + +- [ ] GET [/api/v2/suggestions](https://docs.joinmastodon.org/methods/suggestions/#v2) +- [ ] DELETE [/api/v1/suggestions/:account_id](https://docs.joinmastodon.org/methods/suggestions/#remove) + +#### tags + +- [ ] GET [/api/v1/tags/:name](https://docs.joinmastodon.org/methods/tags/#get) +- [ ] POST [/api/v1/tags/:name/follow](https://docs.joinmastodon.org/methods/tags/#follow) +- [ ] POST [/api/v1/tags/:name/unfollow](https://docs.joinmastodon.org/methods/tags/#unfollow) +- [ ] POST [/api/v1/tags/:id/feature](https://docs.joinmastodon.org/methods/tags/#feature) +- [ ] POST [/api/v1/tags/:id/unfeature](https://docs.joinmastodon.org/methods/tags/#unfeature) + +#### timelines + +- [ ] GET [/api/v1/timelines/public](https://docs.joinmastodon.org/methods/timelines/#public) +- [ ] GET [/api/v1/timelines/tag/:hashtag](https://docs.joinmastodon.org/methods/timelines/#tag) +- [ ] GET [/api/v1/timelines/home](https://docs.joinmastodon.org/methods/timelines/#home) +- [ ] GET [/api/v1/timelines/link?url=:url](https://docs.joinmastodon.org/methods/timelines/#link) +- [ ] GET [/api/v1/timelines/list/:list_id](https://docs.joinmastodon.org/methods/timelines/#list) + +#### trends + +- [ ] GET [/api/v1/trends/tags](https://docs.joinmastodon.org/methods/trends/#tags) +- [ ] GET [/api/v1/trends/notes](https://docs.joinmastodon.org/methods/trends/#statuses) +- [ ] GET [/api/v1/trends/links](https://docs.joinmastodon.org/methods/trends/#links) + ### Features - [ ] Lightweight web interface