New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tsdoist

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsdoist

a typescript wrapper around the todoist rest api

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

TSdoist

Author GitHub issues

a simple wrapper for the typescript api.

powered by Zod!

import { Todoist } from 'tsdoist';

let td = new Todoist('0123456789abcdef0123456789abcdef01234567');

td.getTasks().then(console.log);

Notes and warnings

  • Zod and TypeScript are unable to correctly deal with strict union arguments, so createTask, updateTask, and most of the Comment-related functions will not throw a compile-time error when you pass too many of a set of arguments (see here, here, and here for more info).
  • Files are not currently supported, and the attachment field is currently missing from the Comment type and from the createComment options.

Roadmap

FAQs

Package last updated on 16 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts