1.3.19 • Published 1 year ago
@devtea2027/repudiandae-sunt-blanditiis-explicabo v1.3.19
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/model
TS typed interfaces for helping building a contract./src/dsl
Fluent DSL for building a contract.
Install
Install package via npm:
npm i --save @devtea2027/repudiandae-sunt-blanditiis-explicabo
Versions 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
1 year ago
1.3.18
1 year ago
1.3.17
1 year ago
1.3.13
1 year ago
1.3.14
1 year ago
1.3.15
1 year ago
1.3.16
1 year ago
1.3.12
1 year ago
1.3.11
1 year ago
1.2.11
1 year ago
1.2.10
1 year ago
1.2.9
1 year ago
1.2.8
1 year ago
1.2.7
1 year ago
1.1.7
1 year ago
1.1.6
1 year ago
1.1.5
1 year ago
1.1.4
1 year ago
1.1.3
1 year ago
1.1.2
1 year ago
1.1.1
1 year ago