box-open-sdk 0.1.2

Community, unofficial Box API client for Rust — typed models, async managers, and a reqwest runtime with retry, backoff, and token refresh.
Documentation
<!-- Generated by box-gantry. DO NOT EDIT. -->
# EventsManager

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

## list

`GET /events`

| Parameter | In | Type | Required |
|---|---|---|---|
| `stream_type` | query | `GetStreamType` | no |
| `stream_position` | query | `String` | no |
| `limit` | query | `i64` | no |
| `event_type` | query | `Vec<GetEventType>` | no |
| `created_after` | query | `chrono::DateTime<chrono::Utc>` | no |
| `created_before` | query | `chrono::DateTime<chrono::Utc>` | no |

**Returns:** `Events`

## options

`OPTIONS /events`

**Returns:** `RealtimeServers`