Skip to content

Create additional API endpoints #13

Description

@defaude

These (and most likely some others) are still missing:

  • search
  • login / logout
  • users
  • submission updates (available, done, delete, likes / thumbsup)

Do we want to have a REST-y approach to this? I.e. something like this:

  • search is just another GET /submission but with an additional query param => GET /submissions?search=foo
  • all the different submission updates are just a PUT /submissions/:id or a DELETE /submissions/:id

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions