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