Migrate to Toggl v9 API
Closed this issue · 1 comments
tiagojufr commented
Yesterday I got an email from Toggl saying that they will shut down their v8 API on May 23rd and that I need to migrate to v9. I checked the source code of this project and it uses v8 as I was suspecting.
This means that this extension will stop working in less than a month if the migration is not done in time.
Here are the URLs they sent in the email with the documentation for the migration process:
- https://engineering.toggl.com/changes/2022/10/01/api-v8-deprecation/index.html
- https://engineering.toggl.com/docs/additional/v8_migration_guide/index.html
From what I've seen in the source code, the changes seem to be simple. I'll try to create a PR with them.
tiagojufr commented
Should we also place a notice in the README file so when people come here after their currently installed extension stops working know that they just have to download the latest version and re-install it?