class KPM::NexusFacade::GithubApiCalls
def get_sha1(coordinates)
def get_sha1(coordinates) base_path, versioned_artifact, = build_base_path_and_coords(coordinates) endpoint = "#{base_path}/#{versioned_artifact}.sha1" get_response_with_retries(coordinates, endpoint, nil) end