Created
September 29, 2011 01:21
-
-
Save fehguy/1249756 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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