Class: RecentGames


# Class: RecentGames

# Hierarchy

  • Method

    RecentGames

# API Methods

# uuid

uuid(uuid: string): Promise<ResultArray<$200, games>>

Returns recent games of a player. A maximum of 100 games are returned and recent games are only stored for up to 3 days at this time.

example

const response = await client.recentGames.uuid("20934ef9488c465180a78f861586b4cf");
console.log(response);
1
2

# Parameters:

Name Type
uuid string

Returns: Promise<ResultArray<$200, games>>

Defined in: methods/recentGames.ts:15 (opens new window)