GeriLife / companionship

Promoting companionship and well-being for everyone.
European Union Public License 1.2
7 stars 18 forks source link

Add REST endpoints to create/list/edit/delete Circles #195

Open brylie opened 1 year ago

brylie commented 1 year ago

Since Circles are the focal point of our data model, we need to add REST endpoints to create, read, update, and delete Circles.

### Tasks
- [ ] Add endpoint to create a Circle (POST)
- [ ] Add endpoint to read a Circle (GET)
- [ ] Add endpoint to update a Circle (PUT)
- [ ] Add endpoint to delete a Circle (DELETE)
werberger commented 1 year ago

Hi Brylie, can I be assigned to this please?