TrackerGG
  • TrackerGG
    • Creating a trackergg app
    • Installing
    • Quickstart
    • Example Codes
    • Changelog
  • API Reference
    • Clients
      • CSGOClient
    • DataClasses
Powered by GitBook
On this page
  • TrackerClient
  • Parameters
  1. API Reference

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

PreviousChangelogNextCSGOClient

Last updated 1 year ago