Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

dubisdev/todoist-rest-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧⚠️ This package is no longer maintained 🚧⚠️

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.

JS TODOIST-REST-CLIENT unmaintained badge codecov

A simple todoist-rest-api client

⚠️ This client is not official and is not linked to Doist.

Implemented Features

  • Tasks
  • Projects
  • Sections
  • Labels
  • Comments

something important

Installation

For installing the client:

npm i todoist-rest-client

or

yarn add todoist-rest-client

USE

import TDSClient from "todoist-rest-client";

const myClient = TDSClient(API_TOKEN); //get an api token from your todoist integrations page

API

See here the full client documentation and methods.

Contributions

Alt

License

MIT © Dubisdev