I've just started using the Asana API to make myself a little tool to get an overview of all tasks assigned to me.
I can do all kinds of things, like getting all Workgroups, Projects, Users, Tasks by Project etc. But somehow I cannot find how to get all Tasks per user.
When you login to Asana, you get an overview of all tasks assigned to you. That's what I try to achieve using the API. Below you'll find the GitHub project I'm using right now.
Reference
Github: Asana API