get_service_url#
- lsst.rsp.get_service_url(service, dataset)#
Get the API URL for a service and dataset combination.
- Parameters:
- Returns:
Base URL for the service API.
- Return type:
- Raises:
DiscoveryNotAvailableError – Raised if no service discovery information is available.
UnknownDatasetError – Raised if this dataset is not present in the environment.
UnknownServiceError – Raised if this service is not present in the environment for this dataset.