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 Groups #92

Closed AnasBuyumad closed 5 years ago

AnasBuyumad commented 5 years ago

The list of groups should be retrieved with a GET on /groups

answer -> Array of group objects

A specific group should be retrieved with a GET on /groups/:group_id (e.g /groups/1)

answer -> A group object

DPigeon commented 5 years ago

Used this. Thanks.