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-clientor
yarn add todoist-rest-clientimport TDSClient from "todoist-rest-client";
const myClient = TDSClient(API_TOKEN); //get an api token from your todoist integrations pageSee here the full client documentation and methods.
MIT © Dubisdev