-
Notifications
You must be signed in to change notification settings - Fork 16
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 Trends API #297
Comments
@andregasser Could you assign this task to me? |
I'm having trouble setting up. Unassigning myself, for others to work on this. |
@vishnukaushik No problem. Feel free to open a discusson thread on this project here to discuss setup problems. Eventually, someone is able to help. We have developers working on Windows and macOS here. |
Assign me this, I will try it |
@G10xy As far as I understood, @andregasser started this one. |
ops... you are right, sorry |
Yes, I have already started this. But I think we could start implementing the admin endpoints. I will add 2-3 issues to the list for the admin endpoints to start with. @G10xy You could then work on one of these if you like. |
Mastodon's Trends API allows a user to view trending statuses, tags and links. The goal of this task is to implement the following endpoints of this API in BigBone:
The Trends API as it is documented by Mastodon can be found here:
https://docs.joinmastodon.org/methods/trends/
Tip: A lot of other endpoints similar to this have already been implemented. In order to get an idea how to implement this, I suggest that you study the code upfront. Start with one of the
*Methods.kt
files.Please consult the following documents to make sure your contribution meets our projects criteria:
The text was updated successfully, but these errors were encountered: