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 by operation ID with the call syntax.
Response validation
When a source is backed by an OpenAPI spec, Reqon can check responses against the operation's schema.