checkvist-api/testdata
Oliver Jakoubek d92a1b90c2 Fix Task.tasks field type: rename Children []*Task to ChildIDs []int
The Checkvist API returns the 'tasks' field as an array of child task IDs
(integers), not as full Task objects. This was causing JSON unmarshal errors.

BREAKING CHANGE: Task.Children []*Task renamed to Task.ChildIDs []int
2026-01-18 14:41:42 +01:00
..
auth Add unit tests for Client and Auth 2026-01-14 13:35:44 +01:00
checklists Fix date parsing for Checkvist API format 2026-01-14 18:10:02 +01:00
notes Fix date parsing for Checkvist API format 2026-01-14 18:10:02 +01:00
tasks Fix Task.tasks field type: rename Children []*Task to ChildIDs []int 2026-01-18 14:41:42 +01:00
.gitkeep Initial commit 2026-01-14 12:42:00 +01:00