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
APIException
IOException
String sendGet(String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIException
IOException
String sendPost(String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIException
IOException
String sendDelete(String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIException
IOException
Copyright © 2018. All rights reserved.