Expand description
OpenAPI $ref resolution, command extraction, and HTTP execution.
Specs load from file or URL (URL responses cached under $SKIFF_CACHE_DIR).
Remote fetches are not SSRF-sandboxed — only pass trusted URLs.
Functions§
- execute_
openapi - extract_
openapi_ commands - load_
openapi_ spec - load_
openapi_ spec_ file - Load an OpenAPI spec from a local JSON/YAML file.
- load_
openapi_ spec_ url - Load from URL with caching (uses blocking reqwest for simplicity in sync API).
- parse_
spec - resolve_
base_ url - Resolve base URL from –base-url, servers[], or spec URL origin.
- resolve_
refs