Hey guys, I have a quick question. What library do...
# ktor
j
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
If you mean Ktor, we use Dokka.
j
Yes, I mean Ktor. Thank you, I will take a look
a
Is there a Dokka exaple that documents ktor endpoints?
☝️ 3