Update README.md
This commit is contained in:
parent
4ba4422050
commit
dae0add844
1 changed files with 74 additions and 0 deletions
74
README.md
74
README.md
|
@ -73,6 +73,80 @@ An agnostic social network following the KISS and UNIX philosophy, the main prin
|
||||||
|
|
||||||
- [ ] POST [/api/v1/emails/confirmations](https://docs.joinmastodon.org/methods/emails/#confirmation)
|
- [ ] POST [/api/v1/emails/confirmations](https://docs.joinmastodon.org/methods/emails/#confirmation)
|
||||||
|
|
||||||
|
#### endorsements
|
||||||
|
|
||||||
|
- [ ] GET [/api/v1/endorsements](https://docs.joinmastodon.org/methods/endorsements/#get)
|
||||||
|
|
||||||
|
#### favourites
|
||||||
|
|
||||||
|
- [ ] GET [/api/v1/favourites](https://docs.joinmastodon.org/methods/favourites/#get)
|
||||||
|
|
||||||
|
#### featured_tags
|
||||||
|
|
||||||
|
- [ ] GET [/api/v1/featured_tags](https://docs.joinmastodon.org/methods/featured_tags/#get)
|
||||||
|
- [ ] POST [/api/v1/featured_tags](https://docs.joinmastodon.org/methods/featured_tags/#feature)
|
||||||
|
- [ ] GET [/api/v1/featured_tags/:id](https://docs.joinmastodon.org/methods/featured_tags/#unfeature)
|
||||||
|
- [ ] GET [/api/v1/featured_tags/suggestions](https://docs.joinmastodon.org/methods/featured_tags/#suggestions)
|
||||||
|
|
||||||
|
#### filters
|
||||||
|
|
||||||
|
- [ ] GET [/api/v2/filters](https://docs.joinmastodon.org/methods/filters/#get)
|
||||||
|
- [ ] GET [/api/v2/filters/:id](https://docs.joinmastodon.org/methods/filters/#get-one)
|
||||||
|
- [ ] POST [/api/v2/filters](https://docs.joinmastodon.org/methods/filters/#create)
|
||||||
|
- [ ] PUT [/api/v2/filters/:id](https://docs.joinmastodon.org/methods/filters/#update)
|
||||||
|
- [ ] DELETE [/api/v2/filters/:id](https://docs.joinmastodon.org/methods/filters/#delete)
|
||||||
|
- [ ] GET [/api/v2/filters/:filter_id/keywords](https://docs.joinmastodon.org/methods/filters/#keywords-get)
|
||||||
|
- [ ] POST [/api/v2/filters/:filter_id/keywords](https://docs.joinmastodon.org/methods/filters/#keywords-create)
|
||||||
|
- [ ] GET [/api/v2/filters/keywords/:id](https://docs.joinmastodon.org/methods/filters/#keywords-get-one)
|
||||||
|
- [ ] PUT [/api/v2/filters/keywords/:id](https://docs.joinmastodon.org/methods/filters/#keywords-update)
|
||||||
|
- [ ] DELETE [/api/v2/filters/keywords/:id](https://docs.joinmastodon.org/methods/filters/#keywords-delete)
|
||||||
|
- [ ] GET [/api/v2/filters/:filter_id/notes](https://docs.joinmastodon.org/methods/filters/#statuses-get)
|
||||||
|
- [ ] POST [/api/v2/filters/:filter_id/notes](https://docs.joinmastodon.org/methods/filters/#statuses-add)
|
||||||
|
- [ ] GET [/api/v2/filters/notes/:id](https://docs.joinmastodon.org/methods/filters/#statuses-get-one)
|
||||||
|
- [ ] DELETE [/api/v2/filters/notes/:id](https://docs.joinmastodon.org/methods/filters/#statuses-remove)
|
||||||
|
|
||||||
|
#### follow_requests
|
||||||
|
|
||||||
|
- [ ] GET [/api/v1/follow_requests](https://docs.joinmastodon.org/methods/follow_requests/#get)
|
||||||
|
- [ ] POST [/api/v1/follow_requests/:account_id/authorize](https://docs.joinmastodon.org/methods/follow_requests/#accept)
|
||||||
|
- [ ] POST [/api/v1/follow_requests/:account_id/reject](https://docs.joinmastodon.org/methods/follow_requests/#reject)
|
||||||
|
|
||||||
|
#### followed_tags
|
||||||
|
|
||||||
|
- [ ] GET [/api/v1/followed_tags](https://docs.joinmastodon.org/methods/followed_tags/#get)
|
||||||
|
|
||||||
|
#### grouped_notifications
|
||||||
|
|
||||||
|
- [ ] GET [/api/v2/notifications](https://docs.joinmastodon.org/methods/grouped_notifications/#get-grouped)
|
||||||
|
- [ ] GET [/api/v2/notifications/:group_key](https://docs.joinmastodon.org/methods/grouped_notifications/#get-notification-group)
|
||||||
|
- [ ] POST [/api/v2/notifications/:group_key/dismiss](https://docs.joinmastodon.org/methods/grouped_notifications/#dismiss-group)
|
||||||
|
- [ ] GET [/api/v2/notifications/:group_key/accounts](https://docs.joinmastodon.org/methods/grouped_notifications/#get-group-accounts)
|
||||||
|
- [ ] GET [/api/v2/notifications/unread_count](https://docs.joinmastodon.org/methods/grouped_notifications/#unread-group-count)
|
||||||
|
|
||||||
|
#### instance
|
||||||
|
|
||||||
|
- [ ] GET [/api/v2/instance](https://docs.joinmastodon.org/methods/instance/#v2)
|
||||||
|
- [ ] GET [/api/v2/instance/peers](https://docs.joinmastodon.org/methods/instance/#peers)
|
||||||
|
- [ ] GET [/api/v2/instance/activity](https://docs.joinmastodon.org/methods/instance/#activity)
|
||||||
|
- [ ] GET [/api/v2/instance/rules](https://docs.joinmastodon.org/methods/instance/#rules)
|
||||||
|
- [ ] GET [/api/v2/instance/domain_blocks](https://docs.joinmastodon.org/methods/instance/#domain_blocks)
|
||||||
|
- [ ] GET [/api/v2/instance/extended_description](https://docs.joinmastodon.org/methods/instance/#extended_description)
|
||||||
|
- [ ] GET [/api/v2/instance/privacy_policy](https://docs.joinmastodon.org/methods/instance/#privacy_policy)
|
||||||
|
- [ ] GET [/api/v2/instance/terms_of_service](https://docs.joinmastodon.org/methods/instance/#terms_of_service)
|
||||||
|
- [ ] GET [/api/v2/instance/terms_of_service/:date](https://docs.joinmastodon.org/methods/instance/#terms_of_service_date)
|
||||||
|
- [ ] GET [/api/v2/instance/translation_languages](https://docs.joinmastodon.org/methods/instance/#translation_languages)
|
||||||
|
|
||||||
|
#### lists
|
||||||
|
|
||||||
|
- [ ] GET [/api/v1/lists](https://docs.joinmastodon.org/methods/lists/#get)
|
||||||
|
- [ ] GET [/api/v1/lists/:id](https://docs.joinmastodon.org/methods/lists/#get-one)
|
||||||
|
- [ ] POST [/api/v1/lists](https://docs.joinmastodon.org/methods/lists/#create)
|
||||||
|
- [ ] PUT [/api/v1/lists/:id](https://docs.joinmastodon.org/methods/lists/#update)
|
||||||
|
- [ ] DELETE [/api/v1/lists/:id](https://docs.joinmastodon.org/methods/lists/#delete)
|
||||||
|
- [ ] GET [/api/v1/lists/:id/accounts](https://docs.joinmastodon.org/methods/lists/#accounts)
|
||||||
|
- [ ] POST [/api/v1/lists/:id/accounts](https://docs.joinmastodon.org/methods/lists/#accounts-add)
|
||||||
|
- [ ] DELETE [/api/v1/lists/:id/accounts](https://docs.joinmastodon.org/methods/lists/#accounts-remove)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- [ ] Lightweight web interface
|
- [ ] Lightweight web interface
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue