Skip to main content

Crate todoist_api_rs

Crate todoist_api_rs 

Source
Expand description

Todoist API client library

§Quick Start

For convenient imports, use the prelude:

use todoist_api_rs::prelude::*;

This re-exports the most commonly used types including client::TodoistClient, error types, sync API types, and data models.

Modules§

client
HTTP client wrapper for the Todoist API.
error
Error types for the Todoist API client.
models
API data types for the Todoist API.
prelude
Prelude module for convenient imports.
quick_add
Quick Add API types for the Todoist API.
sync
Sync API models for the Todoist API v1.