Skip to content

Support creating, fetching, and deleting filters #103

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

Open
iloveitaly opened this issue Aug 10, 2023 · 1 comment
Open

Support creating, fetching, and deleting filters #103

iloveitaly opened this issue Aug 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@iloveitaly
Copy link
Contributor

Enhancement description

I want to be able to pull saved filters via the API

The problem it solves

Allowing users to reference the saved filters in their apps. Ex: https://github.com/iloveitaly/todoist-scheduler

Alternatives

We can use the sync API now, but it's not supported in these bindings #98 (comment)

Use case / screenshots

Additional information

@iloveitaly iloveitaly added the enhancement New feature or request label Aug 10, 2023
@goncalossilva goncalossilva changed the title Pull saved filters Support creating, fetching, and deleting filters Mar 30, 2025
@goncalossilva goncalossilva marked this as a duplicate of #62 Mar 30, 2025
@goncalossilva
Copy link
Member

One of the reasons this isn't done is that we don't have dedicated APIs for creating, reading, updating, and deleting filters. That can be done via the /sync endpoint, but that's not ideal to be consumed from an SDK.

We should add dedicated API endpoints first, and then it becomes trivial to add them here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants