Condense GET Endpoints #8

Open
opened 2026-05-22 15:39:31 +00:00 by chris · 0 comments
Owner

There doesn't need to be multiple endpoints getting different data about a single entity, especially when using get by ID. eg

  • [GET] /user/{user_id}
  • [GET] /user/{user_id}/orgs
  • [GET] /user/{user_id}/groups

Can be condensed into a single well-structured [GET] /user/{user_id}

There doesn't need to be multiple endpoints getting different data about a single entity, especially when using get by ID. eg - [GET] /user/{user_id} - [GET] /user/{user_id}/orgs - [GET] /user/{user_id}/groups Can be condensed into a single well-structured `[GET] /user/{user_id}`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sr2/cloud-api#8
No description provided.