Skip to content

Worker: clubs CRUD #5

@some-molasses

Description

@some-molasses

Add the below routes to the worker:

  • GET /clubs
  • GET /clubs/<uuid>
  • POST /clubs
  • PATCH /clubs
  • DELETE /clubs

To help our future selves, we'll make the POST / PATCH / DELETE routes all bulk endpoints. That is, they can create, update, and delete several records in one request.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions