Skip to content

An express middleware that makes it easy to write web services that follow an Open API specification.

License

Notifications You must be signed in to change notification settings

Gi60s/openapi-enforcer-middleware

Repository files navigation

Open API Enforcer Middleware

An express middleware that makes it easy to write web services that follow an Open API specification by leveraging the tools provided in the openapi-enforcer package.

Features

  • Supports OpenAPI (Swagger) 2.0 and 3.x
  • Express middleware
  • Automatically link JavaScript functions to path endpoints
  • Parses and validates incoming requests
  • Validates responses prior to sending
  • Automatic response mocking in development
  • Option for manual response mocking in production
  • Highly configurable
  • Accepts middleware plugins

Installation

This package has openapi-enforcer as a peer dependency, so both must be installed.

npm install openapi-enforcer openapi-enforcer-middleware

Documentation

https://byu-oit.github.io/openapi-enforcer-middleware/

About

An express middleware that makes it easy to write web services that follow an Open API specification.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published