Crate ticks

Source
Expand description

Simple, ergonomic Rust wrapper for the TickTick Open API

Modules§

builders
projects
tasks

Structs§

AccessToken
API Access Token, created using Authorization::begin_auth
Authorization
AwaitingAuthCode
TickTick
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 or Project::get.

Enums§

AuthorizationError
Errors that can occur during authorization
TickTickError
Errors that can occur while calling the TickTick API.