Skip to content

beamable-sdk / api / statsGetClientBatchBasic

Function: statsGetClientBatchBasic()

statsGetClientBatchBasic(requester, objectIds, format?, stats?, gamertag?): Promise<HttpResponse<BatchReadStatsResponse>>

Defined in: src/__generated__/apis/StatsApi.ts:86

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

objectIds

string

The objectIds parameter to include in the API request.

format?

string

The format parameter to include in the API request.

stats?

string

The stats parameter to include in the API request.

gamertag?

string

Override the Gamer Tag of the player. This is generally inferred by the auth token.

Returns

Promise<HttpResponse<BatchReadStatsResponse>>