Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 745 Bytes

api-specifications.md

File metadata and controls

13 lines (7 loc) · 745 Bytes

API Specifications

The documentation site covers details about the various Network APIs exposed in the Radix stack.

Gateway API

The current Gateway API schema of the foundation Gateway is available on Redocly.

The Gateway API schema source-of-truth lives in this repository as an Open API definition in gateway-api-schema.yaml.

Model and Client Generation

The Gateway Service uses the openapi-generator to generate models and clients against the Gateway API spec and the Core API spec. More information can be found in the generation folder README.