}
public RestResponse request(Link link, Map<String, Object> parameters)
throws OpenShiftException {
validateParameters(parameters, link);
HttpMethod httpMethod = link.getHttpMethod();
String response = request(link.getHref(), httpMethod, parameters);
return ResourceDTOFactory.get(response);
}