swagger-utils
v1.0.5
Published
Util methods for swagger with node.js
Downloads
10
Maintainers
Readme
Util methods for swagger with node.js
Install
Execute:
npm install --save swagger-utils
Use example
var swaggerUtils = rquire('swagger-utils');
swaggerUtils.add(swaggerDefinition1, swaggerDefinition2);
swaggerUtils.log(swaggerJson);
swaggerUtils.setup(app, swaggerJson);
swaggerUtils.uri(swaggerDefinition);