swagger-endpoint-validator
Advanced tools
A validator of API endpoints to check that input and output match with the swagger specification for the API
Weekly downloads
Readme
A validator of API endpoints to check that input and/or output match with the swagger specification for the API.
This is based on express-swagger-generator, so it is important that each endpoints is properly documented so that the library can do the validation.
npm install --save swagger-endpoint-validator
validator.init(app, options);
where:
app
is the Express app instance.options
is the configuration object used by the validator.Improve this doc.