1.0.3 • Published 5 months ago

@andrew_walsh/openapi-spec-generator v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

MIT License

About

npm i @andrew_walsh/openapi-spec-generator -S

The algorithm that powers OpenAPI DevTools.

This library exports a class RequestStore with public methods that can be used to construct OpenAPI specifications in real time from HAR requests. This class has a simple interface, so please view it to see capabilities.

A design feature of this library is that it is opinionated. There is limited customisability. The goal is to produce a specification that works for most people. If you are looking for more customisation, check out HAR to OpenAPI.