Skip to main content

@atala/prism-wallet-sdk / Exports / Domain / Api

Interface: Api

Domain.Api

Table of contents

Properties

Methods

Properties

client

Optional client: AxiosStatic

Defined in

src/domain/models/Api.ts:8

Methods

request

request<T>(httpMethod, url, urlParameters, httpHeaders, body): Promise<HttpResponse<T>>

Type parameters

Name
T

Parameters

NameType
httpMethodstring
urlstring
urlParametersMap<string, string>
httpHeadersMap<string, string>
bodyany

Returns

Promise<HttpResponse<T>>

Defined in

src/domain/models/Api.ts:10