1.1.7 • Published 2 years ago
@devtea2027/repudiandae-sunt-blanditiis-explicabo v1.1.7
OpenApi3-TS
TypeScript library to help building OpenAPI 3.x compliant API contracts.
Version 4
Breaking change notice:
Version 4.0 Adds explicit support for OAS 3.0 and OAS 3.1 as separate implementations.
To use version 3.1 import
import { oas31 } from '@devtea2027/repudiandae-sunt-blanditiis-explicabo';Or directly import from subpath:
import { OpenAPIObject, OpenApiBuilder } from '@devtea2027/repudiandae-sunt-blanditiis-explicabo/oas31';To use version 3.0 import
import { oas30 } from '@devtea2027/repudiandae-sunt-blanditiis-explicabo';Or directly import from subpath:
import { OpenAPIObject, OpenApiBuilder } from '@devtea2027/repudiandae-sunt-blanditiis-explicabo/oas30';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 @devtea2027/repudiandae-sunt-blanditiis-explicaboVersions and Changelog
See changelog.
References
- OpenAPI spec 3.1.0. https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md
License
Licensed under the MIT License.
Credits
Contact: Pedro J. Molina | github: pjmolina | twitter: pmolinam
(c) 2017-2023. Pedro J. Molina at Metadev S.L. https://metadev.pro & contributors.
1.3.19
2 years ago
1.3.18
2 years ago
1.3.17
2 years ago
1.3.13
2 years ago
1.3.14
2 years ago
1.3.15
2 years ago
1.3.16
2 years ago
1.3.12
2 years ago
1.3.11
2 years ago
1.2.11
2 years ago
1.2.10
2 years ago
1.2.9
2 years ago
1.2.8
2 years ago
1.2.7
2 years ago
1.1.7
2 years ago
1.1.6
2 years ago
1.1.5
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
