public class KdtApiClient extends Object
| Constructor and Description |
|---|
KdtApiClient(String appId,
String appSecret) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.HttpResponse |
get(String method,
HashMap<String,String> parames) |
String |
getParamStr(String method,
HashMap<String,String> parames) |
org.apache.http.HttpResponse |
post(String method,
HashMap<String,String> parames,
List<String> filePaths,
String fileKey) |
public org.apache.http.HttpResponse get(String method, HashMap<String,String> parames) throws Exception
Exceptionpublic org.apache.http.HttpResponse post(String method, HashMap<String,String> parames, List<String> filePaths, String fileKey) throws Exception
ExceptionCopyright © 2016–2017. All rights reserved.