novx
Preparing search index...
portal/src
PortalService
Class PortalService
no description
Hierarchy (
View Summary
)
AbstractService
PortalService
Index
Constructors
constructor
Methods
compute
Deployment
delete
deserialize
get
patch
post
put
request
serialize
Constructors
constructor
new
PortalService
(
factory
:
HTTPFactory
)
:
PortalService
Parameters
factory
:
HTTPFactory
Returns
PortalService
Methods
compute
Deployment
computeDeployment
(
requestBody
:
DeploymentRequest
)
:
Promise
<
Deployment
>
Portal-Component.Portal-Service.Compute Deployment
Parameters
requestBody
:
DeploymentRequest
Returns
Promise
<
Deployment
>
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
Constructors
constructor
Methods
compute
Deployment
delete
deserialize
get
patch
post
put
request
serialize
novx
Loading...
no description