krakenjs / generator-swaggerize

Yeoman generator for design-driven apis with swagger 2.0 and krakenjs/swaggerize tools.
Other
70 stars 34 forks source link

Default resp code #74

Closed subeeshcbabu-zz closed 8 years ago

tlivings commented 8 years ago

Sounds good, but build failing. Investigated?

subeeshcbabu-zz commented 8 years ago

The build is failing because, it is already broken for the existing repo due to the API change in the file - https://raw.githubusercontent.com/wordnik/swagger-spec/master/examples/v2.0/json/petstore.json.

This introduced an array type definition, Pets and we don't deal with such a use case yet. The PR #75 is going to address that issue.