This is a project to add swagger to play-framework; an implementation of the Swagger spec.
You can find out more about both the spec and the framework at http://swagger.wordnik.com.
For more information about Wordnik's APIs, please visit http://developer.wordnik.com.
You need the following installed and available in your $PATH:
The swagger-play module depends on swagger-core-1.1, which is not in a public repo as of now. Please clone and build that project:
git clone [email protected]:wordnik/swagger-core.git cd swagger-core ant
Get the dependencies for the swagger-play module:
play deps
after building, copy the swagger-core-1.1.jar into your lib folder:
rm lib/swagger-core.* cp ../swagger-core/build/swagger-core-1.1.jar ./lib
Now you can build the module:
play build-module