• Returns stats on a per-mode basis and last 20 matches of a player.

    Parameters

    • gamertag: string

      player's in-game username

    • startTime: number

      lower bound to delimit data by

    • endTime: number

      upper bound to delimit data by

    • platform: PlatformValues | platforms

      player's platform

    Returns Promise<{ data: CombatHistory }>

Generated using TypeDoc