# Clients

## TrackerClient

```python
class TrackerGG.TrackerClient(api_key, http_client)
```

The parent class for all Clients.

### Parameters

* `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.
