Xbox-Webapi-Node
Provider

SmartglassProvider

SmartglassProvider Class

default

_endpointstring

No Description

_headers{ 'x-xbl-contract-version': string; skillplatform: string; }

No Description

getConsolesList() => Promise<HttpResponse<SmartglassResponse<Console>>>

No Description

getInstalledApps(consoleId: string) => Promise<HttpResponse<SmartglassResponse<App>>>

No Description

getStorageDevices(consoleId: string) => Promise<HttpResponse<SmartglassResponse<StorageDevice>>>

No Description

getConsoleStatus(consoleId: string) => Promise<HttpResponse<ConsoleStatus>>

No Description

powerOn(consoleId?: string | undefined) => Promise<HttpResponse<any>>

No Description

powerOff(consoleId?: string | undefined) => Promise<HttpResponse<any>>

No Description

launchOneGuide(consoleId: string) => Promise<HttpResponse<any>>

No Description

_sendCommand(consoleId: any, commandType: any, command: any, params?: any) => Promise<HttpResponse<any>>

No Description

_apiXboxWebApi

No Description

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

No Description

_disableAuthHeaderboolean

No Description

getApi() => XboxWebApi

No Description

resetDefaultHeaders() => boolean

No Description

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

No Description

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

No Description

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

No Description

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

No Description

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

No Description

On this page