Ktor-OpenAPI-Generator
Ktor-OpenAPI-Generator copied to clipboard
Ktor OpenAPI/Swagger 3 Generator
Hey, when you use enum classes in different request classes, for each class the enum is generated independently, instead of just using the single enum class to create a schema.
Hey, When can we count on support for the new Ktor release -> 2.0.0 ? I'm not able to install the OpenAPIGen plugin.
I'm hoping to override the default behavior of zeroing an invalid UUID string. (For example, I might prefer to throw an exception or return null.) Does this constitute a new...
File upload
What is the best way to get a list of images as a multipart request?
I am trying to use @Description to my schema model. my version is **0.3-beta.2** But nothing happen to my schema model. Am I using @Description annotation incorrectly? Or @Description is...
Is there a simple way to split the endpoints of an application in two different openapi-files? We have some endpoints that are intended for internal use and some for external...
Would it be possible to support default values for optional query params? Either as a value in the `@QueryParam` annotation, or by using a default value from the constructor?
Good afternoon, please help me implement JWT authorization. Old authorization doesn't work for apiRouting. An implementation that works in Route ```kotlin install(Authentication) { jwt { verifier(JWTService.verifier) validate { credential ->...
`post` fails to deserialise `List` in body, even though Swagger knows that the correct type is `UUID`. Kotlin says it's `UUID`, however during runtime, it's `String`, which results in `ClassCastException`...
Please provide DSL markers to prevent such cases (title should not be accessible within a `contract` block implicitly) 