Xbox-Webapi-Node
Provider

CatalogProvider

CatalogProvider Class

default

_endpointstring

Full Type: string

No Description

_headersobject

Full Type: { 'MS-CV': string; }

No Description

searchTitlefunction

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

No Description

getProductIdfunction

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

No Description

getProductFromAlternateIdfunction

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

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