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 Trends API #297

Closed
andregasser opened this issue Oct 21, 2023 · 7 comments · Fixed by #360
Closed

Implement Trends API #297

andregasser opened this issue Oct 21, 2023 · 7 comments · Fixed by #360
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers, low-hanging fruit

Comments

@andregasser
Copy link
Owner

andregasser commented Oct 21, 2023

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:

  • View trending tags
  • View trending statuses
  • View trending links

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:

@andregasser andregasser added enhancement New feature or request good first issue Good for newcomers, low-hanging fruit hacktoberfest labels Oct 21, 2023
@vishnukaushik
Copy link

@andregasser Could you assign this task to me?

@vishnukaushik
Copy link

I'm having trouble setting up. Unassigning myself, for others to work on this.
Thanks!

@andregasser
Copy link
Owner Author

@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.

@G10xy
Copy link
Contributor

G10xy commented Nov 2, 2023

Assign me this, I will try it

@PattaFeuFeu
Copy link
Collaborator

@G10xy As far as I understood, @andregasser started this one.

@G10xy
Copy link
Contributor

G10xy commented Nov 2, 2023

ops... you are right, sorry

@andregasser
Copy link
Owner Author

andregasser commented Nov 3, 2023

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.

@PattaFeuFeu PattaFeuFeu self-assigned this Nov 27, 2023
@andregasser andregasser removed their assignment Nov 27, 2023
@PattaFeuFeu PattaFeuFeu mentioned this issue Nov 27, 2023
8 tasks
@PattaFeuFeu PattaFeuFeu linked a pull request Nov 27, 2023 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers, low-hanging fruit
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants