ktor-arrow-example
ktor-arrow-example copied to clipboard
GET tags
trafficstars
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'
- Add missing domain objects such as
TagResponsedomain object if it doesn't exist. - Create
tags.ktinroutesif does not exist, or addgetoperation there usingTagsQueries - 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!
Hi @nomisRev , can I work on this?
Of course! I assigned you to the ticket ☺️
Closed by #176