Ejemplo n.º 1
0
 def __init__(self):
     self.client = Client()
     self.uri = api_builder().distributions()
Ejemplo n.º 2
0
 def __init__(self):
     self.client = Client()
     self.uri = api_builder().search()
Ejemplo n.º 3
0
 def __init__(self):
     self.client = Client()
     self.uri = api_builder().benchmarks()
Ejemplo n.º 4
0
 def __init__(self):
     self.client = Client()
     self.uri = api_builder().rankings()
Ejemplo n.º 5
0
 def __init__(self, match_id=None):
     self.client = Client()
     self.match_id = match_id
     self.uri = api_builder().matches(int(self.match_id))
Ejemplo n.º 6
0
 def __init__(self):
     self.client = Client()
     self.uri = api_builder().explorer()
Ejemplo n.º 7
0
 def __init__(self):
     self.client = Client()
     self.uri = api_builder().health()
Ejemplo n.º 8
0
 def __init__(self):
     self.client = Client()
     self.uri = api_builder().proMatches.path()
Ejemplo n.º 9
0
 def __init__(self, account_id=None):
     self.client = Client()
     self.account_id = account_id
     self.root_uri = api_builder().players(int(self.account_id))
Ejemplo n.º 10
0
 def __init__(self):
     self.client = Client()
     self.uri = api_builder().metadata()
Ejemplo n.º 11
0
 def __init__(self):
     self.client = Client()
     self.uri = api_builder().proPlayers.path()