Expand description
Shared HTTP request and response helpers for XBP integrations.
RequestFactory centralizes base-URL handling, authentication, default headers,
JSON requests, multipart uploads, and binary responses. Provider-specific clients
can use these primitives without duplicating response decoding and error extraction.
Structs§
Enums§
Functions§
- extract_
cloudflare_ error_ message - Extracts and formats Cloudflare API errors from a JSON error body.
- extract_
github_ error_ message - Extracts a GitHub-style top-level
messagefrom a JSON error body.