Xbox-Webapi-Node
Provider

GameclipsProvider

GameclipsProvider Class

default

_endpointstring

No Description

getGameclips(continuationToken?: undefined, maxItems?: undefined, skipItems?: undefined) => Promise<GameclipsResponse>

No Description

getGameclipsByTitleId(titleId: string, continuationToken?: undefined, maxItems?: undefined, skipItems?: undefined) => Promise<GameclipsResponse>

No Description

getGameclipsByXuid(xuid: string, continuationToken?: undefined, maxItems?: undefined, skipItems?: undefined) => Promise<GameclipsResponse>

No Description

_apiXboxWebApi

No Description

_defaultHeaders{ 'Accept-Language': string; Accept: string; 'x-xbl-contract-version': string; }

No Description

_disableAuthHeaderboolean

No Description

_headersany

No Description

getApi() => XboxWebApi

No Description

resetDefaultHeaders() => boolean

No Description

applyPagination(path: any, maxItems: any, skipItems: any, continuationToken: any) => any

No Description

get(path: any, headers?: any) => Promise<any>

No Description

delete(path: any, data: any, headers?: any) => Promise<any>

No Description

post(path: any, data: any, headers?: any) => Promise<any>

No Description

put(path: any, data: any, headers?: any) => Promise<any>

No Description

On this page