A tool for generating clients and contracts in Zig from OpenAPI specifications
A CLI tool written in Zig that generates API client code in Zig from OpenAPI specifications.
Features
- Parse OpenAPI version 2.0, 3.0, 3.1, and 3.2 specifications (JSON and YAML format)
- Generate type-safe Zig client code
- Support for complex OpenAPI schemas and operations
- Cross-platform support (Linux, macOS, Windows)