beamable-sdk / api / contentGetManifestPublicJsonBasic
Function: contentGetManifestPublicJsonBasic()¶
contentGetManifestPublicJsonBasic(
requester,id?,uid?,gamertag?):Promise<HttpResponse<ClientManifestJsonResponse>>
Defined in: src/__generated__/apis/ContentApi.ts:480
Parameters¶
requester¶
The HttpRequester type to use for the API request.
id?¶
string
Content 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<ClientManifestJsonResponse>>