This is a project to build the Swagger code-gen library which can be used to automatically generate client libraries from a Swagger-compliant server. 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:
You also need to set an environment variable for SCALA_HOME:
export SCALA_HOME={PATH_TO_YOUR_SCALA_DEPLOYMENT}
mvn package
This will create the swagger-codegen library in your target folder.
Each language has a scala class in src/main/scala. For instance ScalaCodegen can be run as a script as follows:
./bin/runscala.sh src/main/scala/ScalaCodegen ${API_PATH} ${API_KEY}
You can see an example for scala-wordnik-api.sh