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
<!-- Generated by box-gantry. DO NOT EDIT. -->
# SharedLinksAppItemsManager

Reach these methods through the `shared_links_app_items` field on `client::Client`.

## get_shared_items_app_items

`GET /shared_items`

| Parameter | In | Type | Required |
|---|---|---|---|
| `boxapi` | header | `String` | yes |

**Returns:** `AppItem`

**Example**

```rust
let result = client.shared_links_app_items.get_shared_items_app_items("BOXAPI".to_string()).await?;
```