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