public static interface APIRequest.IRequestExecutor
| Modifier and Type | Method and Description |
|---|---|
String |
execute(String method,
String apiUrl,
Map<String,Object> allParams,
APIContext context) |
String |
sendDelete(String apiUrl,
Map<String,Object> allParams,
APIContext context) |
String |
sendGet(String apiUrl,
Map<String,Object> allParams,
APIContext context) |
String |
sendPost(String apiUrl,
Map<String,Object> allParams,
APIContext context) |
String execute(String method, String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIExceptionIOExceptionString sendGet(String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIExceptionIOExceptionString sendPost(String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIExceptionIOExceptionString sendDelete(String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIExceptionIOExceptionCopyright © 2018. All rights reserved.