DEV Community

Have you heard of API Blueprint? 📘

Juan Manuel Ramallo on May 21, 2019

Recently, I came across the need of providing some sort of documentation for an API I was building. At that moment, I had never heard of the API Bl...
Collapse
 
rlease profile image
Ryan Lease

You could also use Dredd as a way to test your documentation against your code. You can even write test hooks in Ruby.

Collapse
 
david_j_eddy profile image
David J Eddy

Nice find Juan. As you suspect there are a number of tools to convert code to docs. I like how this one takes the RSpec tests and generates the response which can be used by the mock server.