You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: