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 Suggestions API #259

Closed
andregasser opened this issue Sep 22, 2023 · 1 comment · Fixed by #291
Closed

Implement Suggestions API #259

andregasser opened this issue Sep 22, 2023 · 1 comment · Fixed by #291
Assignees
Labels
enhancement New feature or request hacktoberfest
Milestone

Comments

@andregasser
Copy link
Owner

andregasser commented Sep 22, 2023

Mastodon's Suggestion API provides endpoints to retrieve server-generated suggestions on who to follow, based on previous positive interactions. The goal of this task is to implement the following endpoints of this API in BigBone:

  • View follow suggestions (v2)
  • Remove a suggestion

The Suggestions API as it is documented by Mastodon can be found here:
https://docs.joinmastodon.org/methods/suggestions/

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 hacktoberfest labels Sep 22, 2023
@G10xy
Copy link
Contributor

G10xy commented Oct 14, 2023

I will develop these as well

@andregasser andregasser added this to the 2.0.0 milestone Oct 15, 2023
@G10xy G10xy mentioned this issue Oct 18, 2023
5 tasks
@PattaFeuFeu PattaFeuFeu linked a pull request Oct 22, 2023 that will close this issue
5 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 hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants