Skip to content

Add REST API endpoints related with collections #87

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.

Activity

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

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