Fix blumeops-tasks for Todoist API v1 migration (#155)
## Summary - Migrate from deprecated Todoist REST API v2 (`410 Gone`) to new unified API v1 - Add cursor-based pagination for project and task listing endpoints - Switch 1Password credential retrieval from `op item get --fields` to `op read` ## Testing - [x] `mise run blumeops-tasks` returns all 9 tasks successfully - [x] Pre-commit hooks pass Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/155
This commit is contained in:
parent
362ae22ab7
commit
faebc98c3c
2 changed files with 31 additions and 22 deletions
|
|
@ -0,0 +1 @@
|
|||
Fix blumeops-tasks: migrate from deprecated Todoist REST API v2 to API v1, handle cursor-based pagination, and use `op read` for 1Password credential retrieval.
|
||||
Loading…
Add table
Add a link
Reference in a new issue