# Box SDK
A generated Rust SDK for the Box API.
```rust,ignore
let client = box_open_sdk::client::Client::new(box_open_sdk::runtime::Auth::developer_token("DEVELOPER_TOKEN"));
```
See the `docs/` tree for the manager reference and the authentication,
pagination, and errors guides.