Expand description
Async Rust client for the Toggl Track API v9.
§Example
use toggl_track::TogglTrackClient;
let client = TogglTrackClient::new("your-api-token")?;
let user = client.current_user().await?;
println!("Authenticated as {}", user.email);Structs§
- ApiError
- Bulk
Update Failure - Bulk
Update Operation - Bulk
Update Response - Client
Builder - Project
- Quota
Info - Retry
Policy - Start
Time Entry - Time
Entry - Toggl
Track Client - Update
Time Entry - User
- Workspace