top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the best Framework to generate REST API documentation for Scala-based applications?

+1 vote
195 views
What is the best Framework to generate REST API documentation for Scala-based applications?
posted Jun 28, 2016 by Roshan

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes

Swagger is is the best tool for this purpose. It is very simple and open-source tool for generating REST APIs documentation with JSON for Scala-based applications.and there are two cases when
1.If we use Play with Scala to develop your REST API, then use play-swagger module for REST API documentation.
2.If we use Spray with Scala to develop your REST API, then use spray-swagger module for REST API documentation.

answer Jun 28, 2016 by Shivam Kumar Pandey
...