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