You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: