get_service_url#

lsst.rsp.get_service_url(service, dataset)#

Get the API URL for a service and dataset combination.

Parameters:
  • service (str) – Name of the service.

  • dataset (str) – Name of the dataset.

Returns:

Base URL for the service API.

Return type:

str

Raises: