Comment on Ask HN: API devs, what do you use for API documentation?Comments−joshmn12yI build mine on top of Grape[0] and use Swagger[1] to do a lot of the heavy lifting (also provides a web-based console); I can convert the generated Swagger docs to markdown too.[0] https://github.com/intridea/grape [1] https://github.com/tim-vandecasteele/grape-swagger
Comments
I build mine on top of Grape[0] and use Swagger[1] to do a lot of the heavy lifting (also provides a web-based console); I can convert the generated Swagger docs to markdown too.
[0] https://github.com/intridea/grape [1] https://github.com/tim-vandecasteele/grape-swagger