Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.08 KB

File metadata and controls

37 lines (23 loc) · 1.08 KB

Azion API Specification

MIT License

OpenAPI 3.0 specification for Azion APIs.

📄 OpenAPI Files

API v4 (Current)

API v3 (Legacy)

Legacy API specifications are available in the v3/ directory for backward compatibility.

🚀 Quick Start

# 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

📚 Documentation

🔄 Synchronization

The openapi.yaml file is automatically synchronized from azionapi-v4-openapi when changes are merged to the main branch.

License

This repository is licensed under the terms of the MIT license.