sachaos / todoist

Todoist CLI Client. I ❤️ Todoist and CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todoist API endpoint calls refer to deprecated APIs

kenliu opened this issue · comments

Currently calls to the Todoist API point to apparently deprecated endpoints:

  • https://todoist.com/API/v9/sync
  • https://todoist.com/API/v9/completed/get_all
  • https://todoist.com/API/v9/quick/add

These should be changed to their current equivalents using the Sync API and REST API. This may require some reworking of the code to use the new REST API for "get all completed" and "quick add"

I've started some work on this.