GamepassProvider
GamepassProvider Class
default
_endpointstringFull Type: string
No Description
_headersobjectFull Type: { 'MS-CV': string; 'calling-app-name': string; 'calling-app-version': string; }
No Description
getSiglfunctionFull Type: (siglId: string, market?: string, language?: string, continuationToken?: undefined | string, maxItems?: undefined, skipItems?: undefined) => Promise<HttpResponse<SiglResponse>>
No Description
getProductsfunctionFull Type: (products: string[], market?: string, language?: string, continuationToken?: undefined | string, maxItems?: undefined, skipItems?: undefined) => Promise<HttpResponse<ProductsResponse>>
No Description
getProductsDetailedfunctionFull Type: (products: string[], market?: string, language?: string, continuationToken?: undefined | string, maxItems?: undefined, skipItems?: undefined) => Promise<HttpResponse<any>>
No Description
_apiobjectFull Type: XboxWebApi
No Description
_defaultHeadersobjectFull Type: { 'Accept-Language': string; Accept: string; 'x-xbl-contract-version': string; 'Content-Type': string; }
No Description
_disableAuthHeaderbooleanFull Type: boolean
No Description
getApifunctionFull Type: () => XboxWebApi
No Description
resetDefaultHeadersfunctionFull Type: () => boolean
No Description
applyPaginationfunctionFull Type: (path: string, maxItems: any, skipItems: any, continuationToken: undefined | string) => string
No Description
getfunctionFull Type: (path: any, headers?: any) => Promise<HttpResponse<any>>
No Description
deletefunctionFull Type: (path: any, data: any, headers?: any) => Promise<HttpResponse<any>>
No Description
postfunctionFull Type: (path: any, data: any, headers?: any) => Promise<HttpResponse<any>>
No Description
putfunctionFull Type: (path: any, data: any, headers?: any) => Promise<HttpResponse<any>>
No Description