swagger-express-middleware-wrapper-lib
v2.0.0
Published
This library exports a set of functions and types to create an express middleware that can validate and mock incoming HTTP requests based on a Swagger API specifcation. It also defines an interface for a data store to persist data in memory and to be used
Downloads
4
Readme
swagger-express-middleware-wrapper
This library exports a set of functions and types to create an express middleware that can validate and mock incoming HTTP requests based on a Swagger API specifcation. It also defines an interface for a data store to persist data in memory and to be used to mock requests.
Installation
To install the library, run npm install swagger-express-middleware-wrapper
.