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:
Erich Blume 2026-02-11 14:33:37 -08:00
commit faebc98c3c
2 changed files with 31 additions and 22 deletions

View file

@ -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.