romgrk / node-todoist

nodejs implementation of todoist sync API
21 stars 12 forks source link

Switch to v9 API #35

Closed tylermenezes closed 1 year ago

tylermenezes commented 1 year ago

The v8 sync API has been shut down. This PR switches the library over to the v9 sync API with several breaking changes:

tylermenezes commented 1 year ago

Until this is merged, anyone using this project can use "todoist": "tylermenezes/node-todoist#build" in their package.json to get sync working again.

romgrk commented 1 year ago

Nice work. Can you increase this package version to 1.0.0? It's a breaking change so I'd rather make it explicit.

tylermenezes commented 1 year ago

@romgrk updated to 1.0.0

romgrk commented 1 year ago

Updated & published to NPM. Thanks for the PR.