@ptkl/sdk - v0.9.9
Preparing search index...
ComponentUtils
Class ComponentUtils
Hierarchy
default
ComponentUtils
Index
Constructors
constructor
Properties
client
env
host
token
Methods
create
list
set
Client
Constructors
constructor
new
ComponentUtils
(
options
?:
{
env
?:
string
;
host
?:
string
;
token
?:
string
}
,
)
:
ComponentUtils
Parameters
Optional
options
:
{
env
?:
string
;
host
?:
string
;
token
?:
string
}
Returns
ComponentUtils
Properties
client
client
:
AxiosInstance
Protected
env
env
:
null
|
string
= null
Protected
host
host
:
null
|
string
= null
Protected
token
token
:
null
|
string
= null
Methods
create
create
(
data
:
any
)
:
Promise
<
AxiosResponse
<
any
,
any
>
>
Parameters
data
:
any
Returns
Promise
<
AxiosResponse
<
any
,
any
>
>
list
list
()
:
Promise
<
AxiosResponse
<
any
,
any
>
>
Returns
Promise
<
AxiosResponse
<
any
,
any
>
>
set
Client
setClient
(
client
:
AxiosInstance
)
:
ComponentUtils
Parameters
client
:
AxiosInstance
Returns
ComponentUtils
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
env
host
token
Methods
create
list
set
Client
@ptkl/sdk - v0.9.9
Loading...