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"
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"