Skip to content

API Updates required for NoteApp

alexismdr requested to merge api_changes into main

To reduce the number of requests made to the backend, it's better to include additional information in some GET requests.

Specifically, we add the logical string associated with each non-explicit ID.

New attributes

/api/note/trust/

  • trusting_name
  • trusted_name

/api/activity/activity/

  • activity_type_name
  • creater_name
  • organizer_name
  • attendees_club_name

/api/members/club/

  • parent_club_name

/api/members/membership/

  • user_name
  • club_name
  • roles_names

Merge request reports

Loading