getAPIHost()

Returns the currently configured API host.

getAPIHost()

Return Value

The currently configured API host.

Example

// example

const apiHost = getAPIHost()
console.log('apiHost: ', apiHost)

Last updated

Was this helpful?