novx
Preparing search index...
communication/src
AbstractService
Class AbstractService
Abstract
Hierarchy (
View Summary
)
AbstractService
PortalService
Index
Methods
delete
deserialize
get
patch
post
put
request
serialize
Methods
delete
delete
<
T
=
any
,
R
=
AxiosResponse
<
T
,
any
,
{}
>
,
D
=
any
>
(
url
:
string
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
deserialize
deserialize
<
T
>
(
type
:
string
,
format
:
string
,
value
:
any
)
:
T
Type Parameters
T
Parameters
type
:
string
format
:
string
value
:
any
Returns
T
get
get
<
T
=
any
,
R
=
AxiosResponse
<
T
,
any
,
{}
>
,
D
=
any
>
(
url
:
string
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
patch
patch
<
T
=
any
,
R
=
AxiosResponse
<
T
,
any
,
{}
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
post
post
<
T
=
any
,
R
=
AxiosResponse
<
T
,
any
,
{}
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
put
put
<
T
=
any
,
R
=
AxiosResponse
<
T
,
any
,
{}
>
,
D
=
any
>
(
url
:
string
,
data
?:
D
,
config
?:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
url
:
string
Optional
data
:
D
Optional
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
request
request
<
T
=
any
,
R
=
AxiosResponse
<
T
,
any
,
{}
>
,
D
=
any
>
(
config
:
AxiosRequestConfig
<
D
>
,
)
:
Promise
<
R
>
Type Parameters
T
=
any
R
=
AxiosResponse
<
T
,
any
,
{}
>
D
=
any
Parameters
config
:
AxiosRequestConfig
<
D
>
Returns
Promise
<
R
>
serialize
serialize
<
T
>
(
type
:
string
,
format
:
string
,
value
:
T
)
:
any
Type Parameters
T
Parameters
type
:
string
format
:
string
value
:
T
Returns
any
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
delete
deserialize
get
patch
post
put
request
serialize
novx
Loading...