Skip to content

Add REST API endpoints related with collections #87

@rgaiacs

Description

@rgaiacs

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions