Preparing search index...
The search index is not available
Kuma SDK Reference
Kuma SDK Reference
RestPublicClientOptions
Interface RestPublicClientOptions
Public REST API client options
See
typedoc
Reference Documentation
client
RestPublicClient
interface
RestPublicClientOptions
{
sandbox
?:
boolean
;
apiKey
?:
string
;
}
Index
Properties
sandbox?
api
Key?
Properties
Optional
sandbox
sandbox
?:
boolean
If
true
, the client will point to
Kuma Sandbox API
If not provided or
false
, will point to the Kuma Production API.
Default Value
false
Copy
Optional
api
Key
api
Key
?:
string
Optional for public clients
Increases rate limits when provided
Settings
Member Visibility
Inherited
Deprecated
Theme
OS
Light
Dark
On This Page
sandbox
api
Key
Kuma Home
Kuma API Docs
SDK GitHub
Exchange Sandbox
Kuma SDK Reference
Loading...
Public REST API client options
See