box-open-sdk 0.3.1

Box API client for Rust (open source, community, punk rock) — typed models, async managers, and a reqwest runtime with retry, backoff, and token refresh.
Documentation
1
2
3
4
5
6
7
8
<!-- Generated by box-gantry. DO NOT EDIT. -->
# Errors

Every I/O method returns `Result<T, runtime::Error>`. An `Err` is either a
transport failure or a non-2xx response after the network layer's retries
(exponential backoff + jitter, `401` refresh, `Retry-After`). Response
bodies for error statuses carry the Box error schema and can be inspected
on the returned error.