asana
asana copied to clipboard
Additional parameters for get_project_tasks
Hey! I really like your AsanaAPI wrapper for Python, however I had performance issues, as I had to do manual checking for what's completed and had to get full information for each task one by one (which, as you can imagine, causes lots of network traffic). I found that the API allows to do some checking (completed/not completed) on the server side and that you can expand information by default. I made some simple changes so that those two things can be done through your awesome wrapper. I would be super-happy if you could integrate them to your project!
Cheers, Igor
Sorry it took me so long to get around this. I don't really use Asana anymore in my $DAYJOB. Should we perhaps default to include_completed=False ?
Hey! I thought it would be good to have include_completed default to False, but at the same time I wanted everything to be consistent with how it worked before (that is - it worked as if include_completed was True), but I think we could change that anyway. Sorry for using wrong github user in commit (was trying to fix that, but git filter-branch was a little bit too much for me and I was afraid it would break something in your repository).
I have been using this api for a while, and was considering adding the ability to expand the data, on my own. Then i saw this pull request... Is this something that is going to get merged into the master branch? Thanks.
With some new knowledge about git I actually managed to squish it all into one commit with right user. Merge please!
+1