Create endpoints for Volunteer
Closed this issue · 0 comments
hnadrian commented
Create the following endpoints with the specified URLs:
- Create a Volunteer (api/volunteer) POST
- Retrieve all volunteers (api/volunteer) GET
- Retrieve one specific volunteer (api/volunteer/<id>) GET
- Retrieve all VolunteerRoles of one volunteer (api/volunteer/<id>/roles) GET
- Edit a volunteer (api/volunteer/<id>) PUT