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 API endpoints related with collections #87

Open
5 tasks
rgaiacs opened this issue May 14, 2020 · 0 comments
Open
5 tasks

Add REST API endpoints related with collections #87

rgaiacs opened this issue May 14, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rgaiacs
Copy link
Contributor

rgaiacs commented May 14, 2020

Requires:

Create file src/rotas/collection.js, following good practices, and add:

POST

  • /api/v1/collections

GET

  • /api/v1/collections
  • /api/v1/collections/{slang}

PUT

  • /api/v1/collections/{slang}

DELETE

  • /api/v1/collections/{slang}

Remember to write tests, see #94, and document the endpoints in docs/rest_api/collection.rst.

@rgaiacs rgaiacs added the enhancement New feature or request label May 14, 2020
@rgaiacs rgaiacs added this to the v3.0.0 milestone Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants