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 501 instead of 500 as default HTTP code #13

Closed MattiSG closed 9 years ago

MattiSG commented 9 years ago

501 is "Not implemented" while 500 is "Internal server error" (ref). "Not implemented" seems more realistic for a stub.

tlivings commented 9 years ago

Looks good to me :+1: