Automating REST API documentation for routes

scala, spray

Solution

I stumbled upon spray-swagger while researching the same thing but I don't know exactly what it does and which stage the project is at.

Problem

Is it possible to automate the documentation of routes in a Spray application? e.g. Is there perhaps an SBT plugin that generates markdown describing what it knows about the spray routes?

Original source