class KPM::NexusFacade::GithubApiCalls
def get_artifact_info_endpoint(coordinates)
def get_artifact_info_endpoint(coordinates) base_path, = build_base_path_and_coords(coordinates) "#{base_path}/maven-metadata.xml" end
def get_artifact_info_endpoint(coordinates) base_path, = build_base_path_and_coords(coordinates) "#{base_path}/maven-metadata.xml" end