public interface ClientExecutor
String get(String url, Map<String,Object> queryParameters) throws ClientExecutorException
url - The request URLqueryParameters - The query parametersClientExecutorException - Should be thrown if any parameter or client-side error occursString post(String url, Map<String,Object> formParams) throws ClientExecutorException
url - The request URLformParams - The form parametersClientExecutorException - Should be thrown if any parameter or client-side error occursCopyright © 2017. All rights reserved.