z0mt3c / node-restify-swagger

Swagger generation for REST-Services built with node-restify and node.js based on validation schemas of node-restify-validation.
MIT License
29 stars 16 forks source link

fix swagger var scope problem #5

Closed jessefulton closed 10 years ago

jessefulton commented 10 years ago

var swagger was defined twice and causing scoping issues. This adds the ability to pass in "responseMessages" during configuration.

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.05%) when pulling ea7a2047249befa2cd7e7a52aa90611ac3fd3d47 on jessefulton:fix-response-messages into e045433beb9723235ec3ab4ef2e3c17fe453e8eb on z0mt3c:master.