krakenjs / generator-swaggerize

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

--apiPath options assumes that the path is local. Remote file paths are not allowed as this CLI option. #49

Closed subeeshcbabu-zz closed 8 years ago

subeeshcbabu-zz commented 8 years ago

apiPath - This options always gets resolved to a local file path. https://github.com/krakenjs/generator-swaggerize/blob/master/app/index.js#L32

subeeshcbabu-zz commented 8 years ago

generator-swaggerize@3.0.0 added the feature to use both local and remote file path for the apiPath option.