Package Exports
- openapi3-ts
- openapi3-ts/dist/model
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (openapi3-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
OpenApi3-TS
TypeScript library to help building OpenAPI 3.0.x compliant API contracts.
Includes
/src/modelTS typed interfaces for helping building a contract./src/dslFluent DSL for building a contract.
Install
Install package via npm:
npm i --save openapi3-tsReferences
- OpenAPI spec 3.0.0. https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md
License
Licensed under the MIT License.
Credits
Contact: Pedro J. Molina | github: pjmolina | twitter: pmolinam
(c) 2017-2018. Pedro J. Molina at Metadev S.L. https://metadev.pro
