I have added an incomplete and experimental suppor...
# ktor
d
I have added an incomplete and experimental support for Swagger to the Ktor project generator: https://ktor.io/quickstart/generator.html (will be in the next version of the plugin too). If you have the chance, early feedback would be really appreciated 🙂
👍 3
To try the IntelliJ plugin earlier / report feedback: - https://github.com/ktorio/ktor-init-tools - Go to https://editor.swagger.io/ and
File
->
Convert and save as Json
Web version: - In the editor press the
+
button near Swagger and select the generated json file - Press
Build
IntelliJ plugin: - Press
Next
- In the second page it should be a button to select the json model file
v
Is it working only for swagger 2.0 ?
d
I think so. But i guess i can support other versions too if requested
v
the new version 3.0 have many additionals features so it can be very good to support this too if it’s possible 🙂