-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hey there,
A few years ago I opened an issue about API v9 (#34), now it's time to do it again: a couple of months ago, we at Doist released a new API version. It unifies the old Sync API (v9) and REST API (v2) into a single "Todoist API" (v1).
This time the migration is more complex, because of changes in object IDs. The most reliable way to handle this would be to get the "v2 IDs" in the old API version, and use them as IDs in the new version. Or forget all current IDs and find a way to reconcile Org tasks against the ones from the API, whatever works best :) There are also other changes; it's all explained in the migration guide.
(The documentation page also has a link to subscribe to our mailing list, to be informed of these updates by e-mail.)
Thanks!