Skip to content

beamable-sdk / api / eventsGetCalendarBasic

Function: eventsGetCalendarBasic()

eventsGetCalendarBasic(requester, from?, limit?, query?, to?, gamertag?): Promise<HttpResponse<EventsInDateRangeResponse>>

Defined in: src/__generated__/apis/EventsApi.ts:60

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

from?

string

The from parameter to include in the API request.

limit?

number

The limit parameter to include in the API request.

query?

string

The query parameter to include in the API request.

to?

string

The to 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<EventsInDateRangeResponse>>

Remarks

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