Hello! I remember in a previous company where we u...
# ktor
d
Hello! I remember in a previous company where we used Spring we included some swagger plugin (can’t remember the name of the plugin) that would generate automatically the OpenAPI documentation for that project. As far as I remember we had to add an annotation to enable it and some configuration like the package to inspect and get the endpoints. Is there any similar for ktor? Some plugin to generate a page with the OpenAPI documentation for all the endpoints defined in a service?
r
d
It seems so. I’ll try it out, thanks!
r
There is also https://github.com/bkbnio/kompendium I am the core maintainer if u have any questions 🙂
🙏 1
but a warning, kompendium doesn’t support swagger as swagger does not support openapi spec 3.1 yet, so you would need to use redoc, spotlight, or some other framework that does
or yell at the swagger people to hurry up, it’s been like 3 years at this point lol