Xbox-Webapi-Node
Provider

GamepassProvider

GamepassProvider Class

default

_endpointstring

Full Type: string

No Description

_headersobject

Full Type: { 'MS-CV': string; 'calling-app-name': string; 'calling-app-version': string; }

No Description

getSiglfunction

Full Type: (siglId: string, market?: string, language?: string, continuationToken?: undefined | string, maxItems?: undefined, skipItems?: undefined) => Promise<HttpResponse<SiglResponse>>

No Description

getProductsfunction

Full Type: (products: string[], market?: string, language?: string, continuationToken?: undefined | string, maxItems?: undefined, skipItems?: undefined) => Promise<HttpResponse<ProductsResponse>>

No Description

getProductsDetailedfunction

Full Type: (products: string[], market?: string, language?: string, continuationToken?: undefined | string, maxItems?: undefined, skipItems?: undefined) => Promise<HttpResponse<any>>

No Description

_apiobject

Full Type: XboxWebApi

No Description

_defaultHeadersobject

Full Type: { 'Accept-Language': string; Accept: string; 'x-xbl-contract-version': string; 'Content-Type': string; }

No Description

_disableAuthHeaderboolean

Full Type: boolean

No Description

getApifunction

Full Type: () => XboxWebApi

No Description

resetDefaultHeadersfunction

Full Type: () => boolean

No Description

applyPaginationfunction

Full Type: (path: string, maxItems: any, skipItems: any, continuationToken: undefined | string) => string

No Description

getfunction

Full Type: (path: any, headers?: any) => Promise<HttpResponse<any>>

No Description

deletefunction

Full Type: (path: any, data: any, headers?: any) => Promise<HttpResponse<any>>

No Description

postfunction

Full Type: (path: any, data: any, headers?: any) => Promise<HttpResponse<any>>

No Description

putfunction

Full Type: (path: any, data: any, headers?: any) => Promise<HttpResponse<any>>

No Description

On this page