All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fi.otavanopisto.restfulptv.client.ApiClient Maven / Gradle / Ivy

The newest version!
package fi.otavanopisto.restfulptv.client;

import java.util.Map;

public interface ApiClient {
  
  public  ApiResponse doGETRequest(String url, ResultType resultType, Map queryParams, Map postParams);
  
  public  ApiResponse doPOSTRequest(String url, ResultType resultType, Map queryParams, Map postParams);
  
  public  ApiResponse doPUTRequest(String url, ResultType resultType, Map queryParams, Map postParams);
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy