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

Basic qrcode endpoints #36

Open
tameTNT opened this issue Jul 28, 2023 · 0 comments
Open

Basic qrcode endpoints #36

tameTNT opened this issue Jul 28, 2023 · 0 comments
Assignees
Labels
api development of api backend Part of the site's backend, not visible to end users
Milestone

Comments

@tameTNT
Copy link
Member

tameTNT commented Jul 28, 2023

Basic endpoints include:

  • Get list (GET /api/.../)
  • Create (POST /api/.../)
  • Get specific details (GET /api/.../:id)
  • Update details (PATCH /api/.../:id)
  • Delete details (DELETE /api/.../:id)
@tameTNT tameTNT added backend Part of the site's backend, not visible to end users api development of api labels Jul 28, 2023
@tameTNT tameTNT added this to the MVP milestone Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api development of api backend Part of the site's backend, not visible to end users
Projects
None yet
Development

No branches or pull requests

2 participants