get_endpoint_url¶
- lsst.verify.squash.get_endpoint_url(api_url, api_endpoint, **kwargs)¶
Lookup SQUASH endpoint URL.
- Parameters:
- Returns:
- endpoint_url
str
Full SQUASH endpoint URL.
- endpoint_url
Notes
Endpoints are discovered from the SQUASH API itself. The SQUASH API is queried on the first call to
get_endpoint_url
. Subsequent calls use cached results for all endpoints. This cache can be reset with thereset_endpoint_cache
function.