Skip to content
New issue

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

Implement mastodon API endpoints #23

Open
16 tasks
yabirgb opened this issue Jul 13, 2018 · 0 comments
Open
16 tasks

Implement mastodon API endpoints #23

yabirgb opened this issue Jul 13, 2018 · 0 comments

Comments

@yabirgb
Copy link
Collaborator

yabirgb commented Jul 13, 2018

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 same
  • 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

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

Instance

  • GET /api/v1/instance Need to be pushed
@yabirgb yabirgb added this to In progress in 0.1 Federating project Jul 25, 2018
@yabirgb yabirgb changed the title Implement msatodon API endpoints Implement mastodon API endpoints Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
0.1 Federating project
  
In progress
Development

No branches or pull requests

1 participant