We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To make it compatible with other mastodon apps:
GET /api/v1/accounts/:id
GET /api/v1/accounts/:id/followers
GET /api/v1/accounts/:id/following
POST /api/v1/accounts/:id/block
POST /api/v1/accounts/:id/unblock
POST /api/v1/accounts/:id/mute
GET /api/v1/accounts/relationships
GET /api/v1/accounts/search
PATCH /api/v1/accounts/update_credentials
POST /api/v1/media
PUT /api/v1/media/:id
POST /api/v1/apps
GET /api/v1/favourites
GET /api/v1/follow_requests
POST /api/v1/follows
GET /api/v1/instance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To make it compatible with other mastodon apps:
Accounts
GET /api/v1/accounts/:id
GET /api/v1/accounts/:id/followers
// It's implemented for AP so it's just the sameGET /api/v1/accounts/:id/following
POST /api/v1/accounts/:id/block
POST /api/v1/accounts/:id/unblock
POST /api/v1/accounts/:id/mute
GET /api/v1/accounts/relationships
GET /api/v1/accounts/search
PATCH /api/v1/accounts/update_credentials
Media
POST /api/v1/media
PUT /api/v1/media/:id
Apps
POST /api/v1/apps
Likes
GET /api/v1/favourites
Follow Request
GET /api/v1/follow_requests
Follow
POST /api/v1/follows
Done but 404 sending to mastodon inbox #22Instance
GET /api/v1/instance
Need to be pushedThe text was updated successfully, but these errors were encountered: