Skip to content

beamable-sdk / api / contentGetManifestPublicBasic

Function: contentGetManifestPublicBasic()

contentGetManifestPublicBasic(requester, id?, uid?, gamertag?): Promise<HttpResponse<ClientManifestResponse>>

Defined in: src/__generated__/apis/ContentApi.ts:457

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

id?

string

ID of the content manifest

uid?

string

UID of the content manifest

gamertag?

string

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

Returns

Promise<HttpResponse<ClientManifestResponse>>