papsign / Ktor-OpenAPI-Generator

Ktor OpenAPI/Swagger 3 Generator
Apache License 2.0
243 stars 42 forks source link

Feature: allow to name namespace #18

Closed SerVB closed 4 years ago

SerVB commented 4 years ago

Namespace can have a name and a description (for example, api - Default namespace):

image

However, in Ktor-OpenAPI-Generator, I have only default and I have no idea if this is possible to change now:

image

Wicpar commented 4 years ago

Tags are what you are looking for. There is an example here: https://github.com/papsign/Ktor-OpenAPI-Generator/blob/master/src/test/kotlin/TestServer.kt