Xbox-Webapi-Node
Provider

UserpresenceProvider

UserpresenceProvider Class

default

_endpointstring

No Description

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

No Description

getCurrentUser() => Promise<UserResponse>

No Description

getFriends() => Promise<UserResponse[]>

No Description

getUser(xuid: string) => Promise<UserResponse>

No Description

_apiXboxWebApi

No Description

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

No Description

_disableAuthHeaderboolean

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