sachaos/todoist

Todoist API endpoint calls refer to deprecated APIs

kenliu opened this issue · 1 comments

kenliu commented

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"

kenliu commented

I've started some work on this.