Xbox-Webapi-Node
Provider

MessagesProvider

MessagesProvider Class

default

_endpointstring

No Description

getInbox() => Promise<InboxResponse>

No Description

getConversation(xuid: string, continuationToken?: undefined, maxItems?: undefined, skipItems?: undefined) => Promise<ConversationResponse>

No Description

_apiXboxWebApi

No Description

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

No Description

_disableAuthHeaderboolean

No Description

_headersany

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