todoist-rest-client

A simple todoist-rest-api client

Usage no npm install needed!

<script type="module">
  import todoistRestClient from 'https://cdn.skypack.dev/todoist-rest-client';
</script>

README

JS TODOIST-REST-CLIENT 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.

License

MIT © Dubisdev