OpenAPI 3.0 specification for Azion APIs.
- openapi.yaml - Complete Azion API v4 specification
Legacy API specifications are available in the v3/ directory for backward compatibility.
# View with Swagger UI
npx @redocly/cli preview-docs openapi.yaml
# Validate OpenAPI
npx @redocly/cli lint openapi.yaml
# Generate client SDKs
openapi-generator-cli generate -i openapi.yaml -g python -o ./clientThe openapi.yaml file is automatically synchronized from azionapi-v4-openapi when changes are merged to the main branch.
This repository is licensed under the terms of the MIT license.