This package has been deprecated

Author message:

This package no longer works with the last Todoist API version

todoist-rest-client
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

🚧⚠️ 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.

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

  • [x] Tasks
  • [x] Projects
  • [x] Sections
  • [x] Labels
  • [x] 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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i todoist-rest-client

Weekly Downloads

1

Version

4.0.0

License

MIT

Unpacked Size

42.5 kB

Total Files

78

Last publish

Collaborators

  • dubisdev