Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Todoist API endpoint calls refer to deprecated APIs #222

Open
kenliu opened this issue Apr 11, 2023 · 1 comment
Open

Todoist API endpoint calls refer to deprecated APIs #222

kenliu opened this issue Apr 11, 2023 · 1 comment
Assignees
Labels

Comments

@kenliu
Copy link
Collaborator

kenliu commented Apr 11, 2023

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 kenliu self-assigned this Apr 11, 2023
@kenliu
Copy link
Collaborator Author

kenliu commented Apr 11, 2023

I've started some work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant