Code Monkey home page Code Monkey logo

todoist-rest-api's Introduction

Hi there ๐Ÿ‘‹

todoist-rest-api's People

Contributors

dependabot-preview[bot] avatar moranje avatar semantic-release-bot avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

todoist-rest-api's Issues

Proposition: take my Todoist API v8 implementation

Hey, I've implemented version 8 of the todoist API because I needed it for a project I'm building. I'm too lazy to publish it in it's own module and it would suck to add yet another todoist module on NPM. If you'd like to take my implementation and publish it in your module it would be awesome because:

  • It doesn't require any effort on my part
  • People get the latest version of the API
  • You get additional glory

Reasons for making this proposition to you instead of other todoist modules:

  • Your module seems to be the only usable implementation out there

Competing modules for the proposition:

It's a single 200 untested lines file: https://github.com/romgrk/todoist.nvim/blob/master/src/todoist.js
License: MIT

No longer works

FYI, Todoist has removed the V1 rest API, so this no longer works.
It would need to be updated to their V2 API.

Does not seem to work in browser

At least, not on projects created with create-react-app.

it's pretty easy to reproduce:

  1. Create the project
yarn create react-app --template typescript app
  1. Install the package
yarn add todoist-rest-api
  1. Try importing it. Modify index.tsx to include:
import todoist from 'todoist-rest-api';
todoist('notEvenARealToken');

Then you get the following error on startup:
image

I didn't do much further digging into the root cause, as I didn't know if this was designed to work in a browser with webpack to begin with.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.