Does anyone generate OpenApi yaml's from their Kto...
# ktor
d
Does anyone generate OpenApi yaml's from their Ktor endpoints ?
j
Have used Swagger for this in the past.....but seems like this functionality might get integrated directly in Ktor https://youtrack.jetbrains.com/issue/KTOR-774
d
Unfortunately this seems to still be a work in progress....
h
If you’re not on ktor v2* the following works quite well https://github.com/papsign/Ktor-OpenAPI-Generator
d
But I am on v2 😛
m
@David Stibbe did you find anything working for you ? I found it to be very hard to integrate any generator. There is either some authorization issues or the schema is just not running correctly