todoist-js icon indicating copy to clipboard operation
todoist-js copied to clipboard

410 Gone

Open RanNir143 opened this issue 6 years ago • 3 comments

i have been using this library for the past few months and it seems, todoist have updated their api. will this be updated as-well? or deprecated?

RanNir143 avatar Sep 10 '19 11:09 RanNir143

This API client is compatible with Todoist API v7 which is currently deprecated. I'm considering the implications of an update to Todoist API v8 and the required effort.

Cosmitar avatar Sep 10 '19 12:09 Cosmitar

I have managed to make it work, you have a function called function get_api_url() all i did was change the string there from /API/v7/ to /API/v8/ and it seems to work fine. could that be the only thing necessary?

RanNir143 avatar Sep 11 '19 09:09 RanNir143

In order to make it work properly we need to cover these v8 changes 👉 https://developer.todoist.com/sync/v8/#migration-guide

Cosmitar avatar Sep 11 '19 14:09 Cosmitar