I am trying to get the information of all the tasks for all the projects in a certain workspace in python so i get generate some graphs. I am struggling to get any information on how to achieve this online or on https://github.com/Asana/python-asana. This is as far as i got.
import asana
personal_access_token = 'xxxxxxxxxxxx'
client = asana.Client.access_token(personal_access_token)
I would really appreciate some help on this.