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

Mastodon API compatibility #3

Open
16 of 19 tasks
aumetra opened this issue Nov 21, 2022 · 1 comment
Open
16 of 19 tasks

Mastodon API compatibility #3

aumetra opened this issue Nov 21, 2022 · 1 comment

Comments

@aumetra
Copy link
Member

aumetra commented Nov 21, 2022

This server will feature its own GraphQL-based API and an optional feature for Mastodon API compatibility.

Mastodon endpoints for an MVP:

  • App registration
  • Accounts
    • Create
    • Get
    • Update
    • Follow/Unfollow
    • Block/Unblock
  • Status
    • Create
    • Get
    • Delete
    • Like/Unlike
    • Repost/Unrepost
    • Update
  • Timeline

These will be implemented basically in tandem with the queries/mutations of the GraphQL endpoint

@aumetra
Copy link
Member Author

aumetra commented Nov 21, 2022

Blocked by #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant