Low-level 1:1 bindings for every B2 native API endpoint.
Each method on RawClient maps directly to a single b2_* HTTP call
with fully typed request and response objects. No retry logic, no URL pooling,
no automatic reauthorization. Use this when you need precise control over
individual API calls; for most use cases prefer the high-level B2Client.
Low-level 1:1 bindings for every B2 native API endpoint.
Each method on RawClient maps directly to a single
b2_*HTTP call with fully typed request and response objects. No retry logic, no URL pooling, no automatic reauthorization. Use this when you need precise control over individual API calls; for most use cases prefer the high-levelB2Client.