Expand description
Client configuration and construction.
Structs§
- Client
- Threads API client. Thread-safe; wrap in
Arc<Client>to share across tasks. - Config
- Configuration for the Threads API client.
- Memory
Token Storage - In-memory token storage (default).
- Token
Info - Information about the current access token.
Constants§
- VALID_
SCOPES - Valid OAuth scopes for the Threads API.
Traits§
- Token
Storage - Trait for persistent token storage.