Exemplo n.º 1
0
 def __init__(self, api_url, api_id, api_key):
     self.api_url = api_url
     self.auth = UnleashedAuth(api_id, api_key)
Exemplo n.º 2
0
 def setUp(self):
     self.auth = UnleashedAuth(UNLEASHED_ID, UNLEASHED_KEY)