📄️ OpenAPI Integration Overview
Reqon integrates with OpenAPI (Swagger) specifications for type-safe API calls and response validation.
📄️ Loading OpenAPI specs
Reqon can load OpenAPI specifications from files or URLs.
📄️ Operation calls
Call OpenAPI operations using the call syntax with operation IDs.
📄️ Response validation
Reqon can validate API responses against OpenAPI schema definitions.