box-open-sdk 0.1.1

Generated Box API SDK for Rust (community, unofficial).
Documentation
1
2
3
4
5
6
7
8
9
10
11
<!-- Generated by box-gantry. DO NOT EDIT. -->
# 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.