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

project.get_tasks() does not work as described in the docs #31

Open
Schnatterowski opened this issue Mar 13, 2019 · 1 comment
Open

Comments

@Schnatterowski
Copy link

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.

@Garee Garee self-assigned this Mar 25, 2019
@RealOrangeOne
Copy link

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!

@Garee Garee removed their assignment May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants