2.0.0 • Published 1 year ago

swagger-express-middleware-wrapper-lib v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.