Skip to content

Add workspace folders CRUD support#222

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

Add workspace folders CRUD support#222
scottlovegrove wants to merge 1 commit intomainfrom
scottl/workspace-folders-support

Conversation

@scottlovegrove
Copy link

Summary

  • Add Folder model with fields: id, name, workspace_id, default_order, child_order, is_deleted
  • Add 5 folder API methods (sync + async): get_folder, get_folders, add_folder, update_folder, delete_folder
  • Add full test coverage (model deserialization + all API endpoints)

Corresponds to backend PR Doist/Todoist#26636 which adds REST API endpoints for workspace folder CRUD at /api/v1/folders.

Test plan

  • All 78 tests pass (pytest tests/ -v)
  • Type checking passes (mypy todoist_api_python/)
  • Linting passes (ruff check)
  • Formatting passes (ruff format --check)

🤖 Generated with Claude Code

Add Folder model and full API support (get, list, create, update, delete)
for the /api/v1/folders endpoints, with sync and async clients and tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@scottlovegrove scottlovegrove self-assigned this Feb 18, 2026
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

Comments