Skip to content

beamable-sdk / api / lobbiesGet

Function: lobbiesGet()

lobbiesGet(requester, Limit?, MatchType?, Skip?, gamertag?): Promise<HttpResponse<LobbyQueryResponse>>

Defined in: src/__generated__/apis/LobbyApi.ts:40

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

Limit?

number

The Limit parameter to include in the API request.

MatchType?

string

The MatchType parameter to include in the API request.

Skip?

number

The Skip parameter to include in the API request.

gamertag?

string

Override the playerId of the requester. This is only necessary when not using a JWT bearer token.

Returns

Promise<HttpResponse<LobbyQueryResponse>>

Remarks

Authentication: This method requires a valid bearer token in the Authorization header.