예제 #1
0
def get_reference_url(pipeline_context, reference):
    """Returns a URL for the specified reference file.    DEPRECATED
    """
    utils.deprecate("crds.client.get_reference_url()", "2020-09-01",
                    "crds.client.get_flex_uri()")
    return S.get_reference_url(pipeline_context, reference)
예제 #2
0
def get_url(pipeline_context, filename):
    """Return the URL for a CRDS reference or mapping file.   DEPRECATED
    """
    utils.deprecate("crds.client.get_url()", "2020-09-01",
                    "crds.client.get_flex_uri()")
    return S.get_url(pipeline_context, filename)
예제 #3
0
def get_mapping_url(pipeline_context, mapping):
    """Returns a URL for the specified pmap, imap, or rmap file.   DEPRECATED
    """
    utils.deprecate("crds.client.get_mapping_url()", "2020-09-01",
                    "crds.client.get_flex_uri()")
    return S.get_mapping_url(pipeline_context, mapping)