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 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:
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:
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:
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:
The text was updated successfully, but these errors were encountered: