beamable-sdk / api / cloudsavingGetBasic
Function: cloudsavingGetBasic()¶
cloudsavingGetBasic(
requester,playerId?,gamertag?):Promise<HttpResponse<CloudsavingBasicManifest>>
Defined in: src/__generated__/apis/CloudsavingApi.ts:244
Parameters¶
requester¶
The HttpRequester type to use for the API request.
playerId?¶
The playerId parameter to include in the API request.
string | bigint
gamertag?¶
string
Override the Gamer Tag of the player. This is generally inferred by the auth token.
Returns¶
Promise<HttpResponse<CloudsavingBasicManifest>>