DPigeon / Edge

A web-base application kind of like a social media site to allow parents to communicate with teachers and vice-versa.
0 stars 1 forks source link

Getting the current Requests for a given Group #96

Closed AnasBuyumad closed 5 years ago

AnasBuyumad commented 5 years ago

A list of the current request to join a specific group should be retrieved after a GET on /groups/:group_id/requests (e.g /groups/1/requests)

Response -> Array of request object of model : {"id": id, "user_id": "userId", "group_id": "groupId"}

DPigeon commented 5 years ago

This is done. Thanks.