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
Exception
public org.apache.http.HttpResponse post(String method, HashMap<String,String> parames, List<String> filePaths, String fileKey) throws Exception
Exception
Copyright © 2016–2017. All rights reserved.