oko-management
Preparing search index...
lib/authorized-http-client/types
AxiosHttpClient
Interface AxiosHttpClient
interface
AxiosHttpClient
{
delete
<
T
>
(
url
:
string
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
;
get
<
T
>
(
url
:
string
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
;
patch
<
T
>
(
url
:
string
,
data
:
any
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
;
post
<
T
>
(
url
:
string
,
data
:
any
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
;
}
Implemented by
AuthorizedHttpClient
Index
Methods
delete
get
patch
post
Methods
delete
delete
<
T
>
(
url
:
string
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
Type Parameters
T
Parameters
url
:
string
Returns
Promise
<
AxiosResponse
<
T
,
any
>
>
get
get
<
T
>
(
url
:
string
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
Type Parameters
T
Parameters
url
:
string
Returns
Promise
<
AxiosResponse
<
T
,
any
>
>
patch
patch
<
T
>
(
url
:
string
,
data
:
any
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
Type Parameters
T
Parameters
url
:
string
data
:
any
Returns
Promise
<
AxiosResponse
<
T
,
any
>
>
post
post
<
T
>
(
url
:
string
,
data
:
any
)
:
Promise
<
AxiosResponse
<
T
,
any
>
>
Type Parameters
T
Parameters
url
:
string
data
:
any
Returns
Promise
<
AxiosResponse
<
T
,
any
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
delete
get
patch
post
oko-management
Loading...