You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: