Hello there,
I have a need to emit docs for REST APIs written in akka-http. Swagger is a popular one for this kind of work. But, I do not want to get drenched with java annotations. Any suggestions on how I could use Swagger or something else that may be more appropriate for akka-http for REST APIs?
I noticed https://github.com/swagger-akka-http/swagger-akka-http can be a choice.
Please advice,
Muthu