Created
January 25, 2014 01:11
-
-
Save danmayer/8610207 to your computer and use it in GitHub Desktop.
success for one endpoint
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
./bin/runscala.sh -DskipErrors com.wordnik.swagger.codegen.BasicRubyGenerator http://churn.picoappz.com/api-docs "key" | |
base path is http://churn.picoappz.com/api-docs | |
********* Failed to read swagger json! | |
Error: Operation - responseClass | missing required field | |
**** ignoring errors and continuing | |
swagger version: 1.2 | |
basePath: | |
api version: 1.0 | |
missing models: Set() | |
---------- | |
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". | |
SLF4J: Defaulting to no-operation (NOP) logger implementation | |
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. | |
wrote api generated-code/ruby/lib/index_api.rb | |
wrote generated-code/ruby/lib/monkey.rb | |
wrote generated-code/ruby/lib/swagger.rb | |
wrote generated-code/ruby/lib/swagger/configuration.rb | |
wrote generated-code/ruby/lib/swagger/response.rb | |
wrote generated-code/ruby/lib/swagger/version.rb | |
wrote generated-code/ruby/lib/swagger/request.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment