X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FAPI-Mastodon.md;h=e34ec4cc95a061c6f92cf0990e6818e061eab803;hb=4d5e15709c7c83aac7463e1f9467c7e0bd121f9f;hp=546aca2431117ddf40b96296e8d447f714ec2a4c;hpb=2d479529214d62fc1bc90e1e914f864f03b4fee3;p=friendica.git diff --git a/doc/API-Mastodon.md b/doc/API-Mastodon.md index 546aca2431..e34ec4cc95 100644 --- a/doc/API-Mastodon.md +++ b/doc/API-Mastodon.md @@ -11,23 +11,25 @@ Authentication is the same as described in [Using the APIs](help/api#Authenticat ## Entities -These endpoints use the [Mastodon API entities](https://docs.joinmastodon.org/api/entities/). +These endpoints use the [Mastodon API entities](https://docs.joinmastodon.org/entities/). ## Implemented endpoints -- [GET /api/v1/follow_requests](https://docs.joinmastodon.org/api/rest/follow-requests/#get-api-v1-follow-requests) -- [POST /api/v1/follow_requests/:id/authorize](https://docs.joinmastodon.org/api/rest/follow-requests/#post-api-v1-follow-requests-id-authorize) - - Returns a [Relationship](https://docs.joinmastodon.org/api/entities/#relationship) object. -- [POST /api/v1/follow_requests/:id/reject](https://docs.joinmastodon.org/api/rest/follow-requests/#post-api-v1-follow-requests-id-reject) - - Returns a [Relationship](https://docs.joinmastodon.org/api/entities/#relationship) object. -- POST /api/v1/follow_requests/:id/ignore +- [`GET /api/v1/follow_requests`](https://docs.joinmastodon.org/methods/accounts/follow_requests#pending-follows) + - Returned IDs are specific to follow requests +- [`POST /api/v1/follow_requests/:id/authorize`](https://docs.joinmastodon.org/methods/accounts/follow_requests#accept-follow) + - `:id` is a follow request ID, not a regular account id +- [`POST /api/v1/follow_requests/:id/reject`](https://docs.joinmastodon.org/methods/accounts/follow_requests#reject-follow) + - `:id` is a follow request ID, not a regular account id +- `POST /api/v1/follow_requests/:id/ignore` - Friendica-specific, hides the follow request from the list and prevents the remote contact from retrying. - - Returns a [Relationship](https://docs.joinmastodon.org/api/entities/#relationship) object. - - -- [GET /api/v1/instance](https://docs.joinmastodon.org/api/rest/instances) -- GET /api/v1/instance/peers - undocumented, but implemented by Mastodon and Pleroma + - `:id` is a follow request ID, not a regular account id + - Returns a [Relationship](https://docs.joinmastodon.org/entities/relationship) object. +- [`GET /api/v1/instance`](https://docs.joinmastodon.org/methods/instance#fetch-instance) +- [`GET /api/v1/instance/peers`](https://docs.joinmastodon.org/methods/instance#list-of-connected-domains) ## Non-implemented endpoints + +- [`GET /api/v1/instance/activity`](https://docs.joinmastodon.org/methods/instance#weekly-activity)