krakenjs / generator-swaggerize

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

Use swagger-parser module to load api #76

Closed davearata closed 7 years ago

davearata commented 8 years ago

Instead of loading the api file with a generic JSON parse I leveraged the swagger-parse module. This allows for more complex references like referencing definitions in external files.

tlivings commented 8 years ago

Build fails. Can you fix?

subeeshcbabu-zz commented 8 years ago

@davearata - Thx for the PR. Can you plz resolve the merge conflicts.

subeeshcbabu-zz commented 8 years ago

@davearata - Did you get a chance to resolve the merge conflict?

subeeshcbabu-zz commented 7 years ago

3.0.0 is going to use the swagger-parser. Closing this PR.