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

GET tags #157

Open
nomisRev opened this issue Sep 25, 2023 · 3 comments
Open

GET tags #157

nomisRev opened this issue Sep 25, 2023 · 3 comments
Assignees
Labels
hacktoberfest Tickets belonging to hacktoberfest

Comments

@nomisRev
Copy link
Owner

nomisRev commented Sep 25, 2023

In order to fully support tags we need to implement a GET tags,
according to following OpenAPI Spec.

  /tags:
    get:
      tags:
        - Tags
      summary: Get tags
      description: Get tags. Auth not required
      operationId: GetTags
      responses:
        '200':
          $ref: '#/components/responses/TagsResponse'
        '422':
          $ref: '#/components/responses/GenericError'
  1. Add missing domain objects such as TagResponse domain object if it doesn't exist.
  2. Create tags.kt in routes if does not exist, or add get operation there using TagsQueries
  3. Add test that verifies the behavior works

Please assign yourself to this ticket before starting, and if you run into any issues please raise a PR so I can provide help and support directly in the code.

Thank you in advance for your interest in the project! Happy hacktoberfest!

@nomisRev nomisRev added the hacktoberfest Tickets belonging to hacktoberfest label Sep 26, 2023
@arioston
Copy link
Contributor

arioston commented Oct 3, 2023

Hi @nomisRev , can I work on this?

@nomisRev
Copy link
Owner Author

nomisRev commented Oct 3, 2023

Of course! I assigned you to the ticket ☺️

nomisRev pushed a commit that referenced this issue Oct 5, 2023
@nomisRev
Copy link
Owner Author

nomisRev commented Oct 5, 2023

Closed by #176

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Tickets belonging to hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants