getResourceBaseUrl
This method returns resource BaseUrl as defined in the config so it can be used to as a path for resourceRequest
getResourceBaseUrl(): Promise<string>;
Example
Success
Property | Type | Description |
---|---|---|
base url | String | The base url as defined in the config |