Open Huholoman opened 3 weeks ago
You can use my fork https://github.com/darkxanter/ktor-openapi-generator
@darkxanter I think it would be best for you to make a PR to this project too if the original authors are active
I found this one that works with both Ktor 3 and kotlinx serialization
Hello there, is Ktor-OpenAPI-Generator compatible with Ktor 3.0.0? I tried to make this library working on my new project with Ktor 3.0.0 and it looks like it does not generate the schema. It throws an exception when I want to access my api.json endpoint that api was not defined, or smth.
Cheers