metadevpro / openapi3-ts

TS Model & utils for creating and exposing OpenAPI 3.x contracts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation - Usage

thomasdavis opened this issue · comments

Cool looking project, but not entirely sure of all the use cases.

Currently implementing contract testing using Open API v3 with Express and writing all our own utils. We'd love to use Typescript as it makes a lot of sense for contract testing.

Great!
If missing a specific feature or documentation let me know.

Please let us know how to use this library. Any documentation is available for this package?

@natarajanmca11 At this moment, the best doc is to take a look to tests. There you can see how to build OpenAPI contracts in a fluent way.