Expand description
Simple, ergonomic Rust wrapper for the TickTick Open API
Modules§
Structs§
- Access
Token - API Access Token, created using Authorization::begin_auth
- Authorization
- Awaiting
Auth Code - Tick
Tick - Wraps an HTTP Client containing the API Authorization header.
Used for making calls to and from the TickTick API.
You can retrieve tasks and projects from here, but it might be more ergonomic to use
Task::get
orProject::get
.
Enums§
- Authorization
Error - Errors that can occur during authorization
- Tick
Tick Error - Errors that can occur while calling the TickTick API.