Skip to content

Instantly share code, notes, and snippets.

@fehguy
Created September 29, 2011 01:21
Show Gist options
  • Save fehguy/1249756 to your computer and use it in GitHub Desktop.
Save fehguy/1249756 to your computer and use it in GitHub Desktop.
# process for creating a scala library for a swagger-enabled server
# build the codegen
ant
# generate the client library with the default (empty) api_key
./bin/generate-scala-lib.sh http://api.wordnik.com/v4 "" com.wordnik.client generated
# copy the sample build script
cp conf/scala/sample/* generated/
cd generated
# build the client
ant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment