Skip to content

feat: Add workspace folders CRUD endpoints#442

Draft
scottlovegrove wants to merge 1 commit intomainfrom
scottl/folder-support
Draft

feat: Add workspace folders CRUD endpoints#442
scottlovegrove wants to merge 1 commit intomainfrom
scottl/folder-support

Conversation

@scottlovegrove
Copy link
Contributor

Summary

  • Add Folder type/schema and folder request/response types
  • Add 5 CRUD methods to TodoistApi: getFolders, getFolder, addFolder, updateFolder, deleteFolder
  • Add folder validators, endpoint constant, test defaults, and full test coverage

Test plan

  • npm run build passes
  • npm test passes (274 tests, all green)
  • npm run lint passes

🤖 Generated with Claude Code

@scottlovegrove scottlovegrove self-assigned this Feb 18, 2026
Add SDK support for the /api/v1/folders REST API endpoints,
enabling consumers to list, get, create, update, and delete
workspace folders.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant