Crates.io | todoist-v2-rest |
lib.rs | todoist-v2-rest |
version | 0.2.0 |
source | src |
created_at | 2023-11-10 17:10:08.649751 |
updated_at | 2023-11-10 23:30:44.082761 |
description | Wrapper around the Todoist REST v2 API |
homepage | |
repository | |
max_upload_size | |
id | 1031348 |
size | 82,908 |
A wrapper for the Todoist REST v2 API.
Currently a work in progress; all project, task, label and section actions the REST API allows are implemented, but comments are not.
See https://developer.todoist.com/rest/v2/ for more information on the Todoist REST API, or https://docs.rs/todoist-v2-rest/latest/todoist_v2_rest/ for the documentation for this crate.
Please report any bugs on the GitHub repository at https://github.com/sj99642/todoist-v2-rest.