endpoints¶
-
class
pubg_client.endpoints.Match(deserializer=None, client=None) -
method= 'GET'
-
path= 'matches/{id}'
-
requires_shard= True
-
url(id) Parameters: id – Returns:
-
-
class
pubg_client.endpoints.Matches(deserializer=None, client=None) Matches Endpoint
-
method= 'GET'
-
path= 'matches'
-
requires_shard= True
-
-
class
pubg_client.endpoints.Status(deserializer=None, client=None) The status endpoint
-
method= 'GET'
-
path= 'status'
-