Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
brylie opened this issue Feb 8, 2023 · 1 comment
Open

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

brylie opened this issue Feb 8, 2023 · 1 comment
Assignees
Labels
good first issue Good for newcomers hacktoberfest Tasks suitable for Hacktoberfest help wanted Extra attention is needed

Comments

@brylie
Copy link
Member

brylie commented Feb 8, 2023

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)
@brylie brylie added help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest Tasks suitable for Hacktoberfest labels Feb 8, 2023
@werberger
Copy link
Contributor

Hi Brylie, can I be assigned to this please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Tasks suitable for Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants