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 with Spectral
npx @stoplight/spectral-cli lint openapi.yaml --ruleset spectral/spectral.yaml
# Generate client SDKs
openapi-generator-cli generate -i openapi.yaml -g python -o ./client- Spectral Validation Rules - Comprehensive guide to all custom Spectral linting rules
The 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.