getConstellationServiceUrl()
Obtains the top-level URL of the Constellation Service.
Returns
The Constellation Service URL as a string.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the URL of the Constellation Service that the application will access.
const constellationServiceUrl = PCore.getAssetLoader().getConstellationServiceUrl();
Previous topic getAppAlias() Next topic getLoader(name)