coopdevs / katuma-web

ABANDONED - Old Katuma's web interface
http://www.katuma.org
MIT License
7 stars 1 forks source link

Update producers reducer with new changes in backend #19

Closed enricostano closed 8 years ago

enricostano commented 8 years ago
GET /api/v1/producers?group_id=27

Response body: will include all the producers related to the group with id 27 through both Membership and Supplier relations Permissions: only admin and members of the group with id 27 can perform this request

POST /api/v1/producers
{
  group_id: 27,
  name: 'El pep de les patates',
  email: 'pep@katuma.org',
  address: 'c/ de les patates, 89, Barcelona'
}

Response body: the resource created Permissions: only admin of the group with id 27 can perform this request