sachaos / todoist

Todoist CLI Client. I ❤️ Todoist and CLI.
MIT License
1.46k stars 105 forks source link

Todoist API endpoint calls refer to deprecated APIs #222

Open kenliu opened 1 year ago

kenliu commented 1 year ago

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

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 1 year ago

I've started some work on this.