krakenjs / generator-swaggerize

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

Added capability for merging api diffs in handlers. #20

Closed tlivings closed 9 years ago

tlivings commented 9 years ago

Specifically covers adding new verbs at the moment.

aredridel commented 9 years ago

Not bad! I love that there's so little string handling in here. I wonder what it'd look like without any parsing -- just generation.

But total :+1:

aredridel commented 9 years ago

(jshint is yelling at you though)

jasisk commented 9 years ago

Pretty cool. :+1:

Minor nit I'm not holding this up for: app/update.js is pretty generic for the functionality it provides (succinctly, parse the file to find missing verbs, add them as stub methods).