State of the OpenAPI generation from the code #4890
Stexxe
started this conversation in
Knowledge base
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, there are few ways to create an OpenAPI specification for Ktor projects. You can generate one at runtime or through static analysis using the Ktor IntelliJ IDEA plugin.
Runtime Generation
These tools use runtime information to generate the specification:
Future Plans
The Ktor team plans to add built-in support for generating the OpenAPI specification (see issue KTOR-8316).
Beta Was this translation helpful? Give feedback.
All reactions