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 Media methods #406

Closed
PattaFeuFeu opened this issue Dec 26, 2023 · 0 comments · Fixed by #408
Closed

Implement Media methods #406

PattaFeuFeu opened this issue Dec 26, 2023 · 0 comments · Fixed by #408
Assignees
Labels
enhancement New feature or request

Comments

@PattaFeuFeu
Copy link
Collaborator

Mastodon’s Media API allows users to upload media as an attachment, get media attachments by ID, and updating existing media attachments. The goal of this task is to implement the following endpoints of this API in BigBone:

Note

The deprecated upload has already been implemented and just lacks a request parameter while the others are entirely missing.

Tip

You can find the current status on the API coverage page of the Media methods.

The Media API as documented by Mastodon can be found here:
docs.joinmastodon.org/methods/media

Warning

Please keep #62 in mind when implementing this.

Please consult the following documents to make sure your contribution meets our projects criteria:

Code of Conduct

Code Contribution Guidelines

@PattaFeuFeu PattaFeuFeu added the enhancement New feature or request label Dec 26, 2023
@PattaFeuFeu PattaFeuFeu self-assigned this Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant