1.0.5 • Published 7 years ago

swagger-utils v1.0.5

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

Build Status Dependency Status devDependency Status MIT Licence

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);