wwWallet core documentation
Preparing search index...
client-core/src
HttpClient
Interface HttpClient
interface
HttpClient
{
get
:
<
T
>
(
url
:
string
)
=>
Promise
<
{
data
:
T
}
>
;
post
:
<
T
>
(
url
:
string
,
body
?:
unknown
,
config
?:
{
headers
:
Record
<
string
,
string
>
}
,
)
=>
Promise
<
{
data
:
T
}
>
;
}
Index
Properties
get
post
Properties
get
get
:
<
T
>
(
url
:
string
)
=>
Promise
<
{
data
:
T
}
>
post
post
:
<
T
>
(
url
:
string
,
body
?:
unknown
,
config
?:
{
headers
:
Record
<
string
,
string
>
}
,
)
=>
Promise
<
{
data
:
T
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
post
wwWallet core documentation
Loading...