Clients
All Clients inherit from the parent class TrackerClient and handle API calling methods.
TrackerClient
class TrackerGG.TrackerClient(api_key, http_client)The parent class for all Clients.
Parameters
api_key(str) - TrackerGG API keyhttp_client(HTTPClientLibrary) - You can choose the HTTP client library. If not specified, it will default to aiohttp, or if aiohttp is unavailable, it will use httpx.
Last updated