Hey all! How is everyone else generating API docs ...
# ktor
e
Hey all! How is everyone else generating API docs for their ktor servers? Are you writing by hand? Is this a good choice?: https://github.com/nielsfalk/ktor-swagger Is there another tool you prefer?
h
Commenting as I'm also super-interested in knowing!
s
Hopefully your post has better luck than mine. The prevailing opinion seems to be that you should be writing the API docs first, and then using it to generate your code. This works up until you need to change the API
e
After doing some research I think I’m going to develop my docs separately using Apiary’s API Blueprint format since it seems to be well fleshed out along with Snowboard for rendering the docs