Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 471 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 471 Bytes

chariot-openapi

Chariot uses the OpenAPI 3.0.0 specification to schematize our docs and to generate our supported client libraries. This provides for a consistent typing experience across our external interfaces.

Code Generation

You can find examples on the official OpenApiGenerator docs for how to automatically generate client libraries from the provided specs.