httpx.
Quickstart
Pagination
List methods return aPaginator you can iterate directly:
Errors
Every failure is aWebhookError subclass, so you can narrow with except:
code, status, and request_id when present.
Retries & idempotency
The client retries idempotent requests on transient failures with capped exponential backoff and jitter, honouringRetry-After, and never blind-retries a non-idempotent write. Replays carry an idempotency key
(auto-generated if you don’t pass one):