Although the features and structure of the package are different from those of the new public official project, this project will not continue to be updated with the new features that @Doist could add to its REST API.
From December 5 the API version that uses this client has been shutted down. THIS PACKAGE NO LONGER WORKS.
A simple todoist-rest-api client
⚠️ This client is not official and is not linked to Doist.
- Tasks
- Projects
- Sections
- Labels
- Comments
something important
For installing the client:
npm i todoist-rest-client
or
yarn add todoist-rest-client
import TDSClient from "todoist-rest-client";
const myClient = TDSClient(API_TOKEN); //get an api token from your todoist integrations page
See here the full client documentation and methods.
MIT © Dubisdev