SetAPIHost
Set the API host endpoint.
void SetAPIHost(char* host)
Parameters
host: API host URL.
Return Value
Set the API host endpoint
Example
// example
SetAPIHost("https://api.example.com");
Last updated
Was this helpful?