pytodoist
pytodoist copied to clipboard
project.get_tasks() does not work as described in the docs
Project.get_uncompleted_tasks() --> returns all uncompleted tasks Project.get_completed_tasks() --> returns all completed tasks Project.get_tasks() --> returns all uncompleted tasks, but according to the docs it should return all tasks.
I also get this issue.
The v8 API doesn't seem to specify whether the items returned are all of them, or just the active ones. It seems to do it otherwise, you have to use the premium only endpoints, which is annoying.
I know the v7 API lets you access things like this much easier, and as a regular free user!