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 shake members #687

Open spaceninja opened 1 year ago

spaceninja commented 1 year ago

On MLTSHP.com when viewing a shake, you can see a list of members in the sidebar. The API does not expose this information.

spaceninja commented 1 year ago

Suggestion: Add the following new endpoint:

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

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

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

Parameters

Status Codes