Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add workspace folders CRUD support#222

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

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

Conversation

@scottlovegrove
Copy link

@scottlovegrove scottlovegrove commented Feb 18, 2026

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

Comments

AltStyle によって変換されたページ (->オリジナル) /