Clients
All Clients inherit from the parent class TrackerClient and handle API calling methods.
Last updated
All Clients inherit from the parent class TrackerClient and handle API calling methods.
class TrackerGG.TrackerClient(api_key, http_client)The parent class for all Clients.
api_key ( str ) - TrackerGG API key
http_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