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 following list #685

Open spaceninja opened 1 year ago

spaceninja commented 1 year ago

On MLTSHP.com when viewing a user's page, you can see who they are following. This information is not exposed in the API.

spaceninja commented 1 year ago

Suggestion: Add the following new endpoint:

GET /api/user_id/(int: userid)/following

(this should also be available on the /api/user_name endpoint.)

Returns a list of users who are followed by the given numeric user ID.

Parameters

Status Codes