Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add moveTasks function #270

Merged
merged 2 commits into from
Jan 31, 2025
Merged

feat: Add moveTasks function #270

merged 2 commits into from
Jan 31, 2025

Conversation

scottlovegrove
Copy link
Contributor

@scottlovegrove scottlovegrove commented Jan 31, 2025

This PR adds the ability to be able to move tasks.

Under the hood, this is actually using a sync command rather than the REST/Sync API. This is basically missing functionality as it can't be done via the REST API.

This was requested from #265

Fixes #265

I'm doing this against the v4 branch as v4 has so many breaking changes, doing this in main seemed daft.

@scottlovegrove scottlovegrove self-assigned this Jan 31, 2025
Copy link
Member

@pedroalves0 pedroalves0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm doing this against the v4 branch as v4 has so many breaking changes, doing this in main seemed daft.

If there's any urgency to close #265 then I recommend merging to main and not v4.v4 will only be shipped when Todoist API v1 is public, which won't happen at least in the next few weeks.

src/TodoistApi.ts Show resolved Hide resolved
@scottlovegrove
Copy link
Contributor Author

If there's any urgency to close #265 then I recommend merging to main and not v4.v4 will only be shipped when Todoist API v1 is public, which won't happen at least in the next few weeks.

I'm ok with that. I can tell the user that it's v4 and they can try out the pre-release package.

@scottlovegrove scottlovegrove merged commit 517185c into v4 Jan 31, 2025
1 check passed
@scottlovegrove scottlovegrove deleted the scottl/move-tasks branch January 31, 2025 15:14
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.

2 participants