• Returns list of match indices from 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: MatchIndex[] }>

Generated using TypeDoc