MLTSHP / mltshp

Source for the application that runs mltshp.com
https://mltshp.com/
Mozilla Public License 2.0
50 stars 21 forks source link

API does not expose followers list #684

Open spaceninja opened 1 year ago

spaceninja commented 1 year ago

On MLTSHP.com, on both the user page and a shake page, you can see who is following the person or shake. This information is not exposed in the API.

spaceninja commented 1 year ago

Suggestion: Add the following new endpoint:

GET /api/shake_id/(int: shakeid)/followers

(this should also be available on the /api/shake_name and /api/shake_user endpoints.)

Returns a list of users who are following the shake with the given numeric shake ID.

Parameters

Status Codes