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

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

There is a newer version: 1.4.9
Show newest version
package fi.metatavu.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 - 2024 Weber Informatics LLC | Privacy Policy