예제 #1
0
 def get_account_data(self):
     api = AccountAPI(auth_token=self.token)
     res = api.query().organizations.get()
     return res