Hey guys, I have a quick question. What library do you use for autogeneration of api documentation? I would like to get a list of endpoint + models or something in this direction. I tried using Ktor-OpenAPI-Generator but it doesn't seem to be working that well with Ktor Locations. Any alternatives?
h
hhariri
08/06/2020, 7:25 AM
If you mean Ktor, we use Dokka.
j
Jan Stoltman
08/06/2020, 7:29 AM
Yes, I mean Ktor. Thank you, I will take a look
a
andylamax
08/06/2020, 9:51 AM
Is there a Dokka exaple that documents ktor endpoints?