We've just added a Scala Play server stub generator (beta) to the OpenAPI Generator project (<a href="https://github.com/OpenAPITools/openapi-generator" rel="nofollow">https://github.com/OpenAPITools/openapi-generator</a>) and would appreciate if you can try it out and let us know if you've any feedback or question for us. To try it out, just follow 3 steps below:<p>1. Download the Java JAR (<a href="https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.0.0-SNAPSHOT/openapi-generator-cli-4.0.0-20190325.135215-449.jar" rel="nofollow">https://oss.sonatype.org/content/repositories/snapshots/org/...</a>)<p>2. Rename the JAR as "openapi-generator-cli.jar"<p>3. Run the following command to generate a Scala Play server stub for Petstore API (<a href="https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/2_0/petstore.yaml" rel="nofollow">https://raw.githubusercontent.com/OpenAPITools/openapi-gener...</a>):<p>Mac/Linux:
- java -jar openapi-generator-cli.jar generate -g scala-play-server -i <a href="https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/2_0/petstore.yaml" rel="nofollow">https://raw.githubusercontent.com/OpenAPITools/openapi-gener...</a> -o /var/tmp/scala-play-petstore/<p>Windows:
- java -jar openapi-generator-cli.jar generate -g scala-play-server -i <a href="https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/2_0/petstore.yaml" rel="nofollow">https://raw.githubusercontent.com/OpenAPITools/openapi-gener...</a> -o C:\tmp\scala-play-petstore<p>Look forward to hearing feedback from you.<p>Thanks,
William