API: Added endpoints /instance and /instance/peers

This commit is contained in:
Michael 2019-12-10 21:27:09 +00:00
parent 9c1f652008
commit 1958bde4c0
4 changed files with 119 additions and 0 deletions

View file

@ -16,6 +16,8 @@ These endpoints use the [Mastodon API entities](https://docs.joinmastodon.org/ap
## Implemented endpoints
- [GET /api/v1/follow_requests](https://docs.joinmastodon.org/api/rest/follow-requests/#get-api-v1-follow-requests)
- [GET /api/v1/instance](https://docs.joinmastodon.org/api/rest/instances)
- GET /api/v1/instance/peers - undocumented, but implemented by Mastodon and Pleroma
## Non-implemented endpoints