setAPIHost(host)

Configures the API host for SDK requests.

setAPIHost(host)

Parameters

  • host (string)

Return Value

API host for SDK requests

Example

// example

sdk.setAPIHost("https://api.example.com");

Last updated

Was this helpful?