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