public interface ClientInterface
| Modifier and Type | Method and Description |
|---|---|
String |
request(String endpoint,
String requestBody,
Config config) |
String |
request(String endpoint,
String requestBody,
Config config,
boolean isApiKeyRequired) |
String |
request(String endpoint,
String requestBody,
Config config,
boolean isApiKeyRequired,
RequestOptions requestOptions) |
String |
request(String endpoint,
String requestBody,
Config config,
boolean isApiKeyRequired,
RequestOptions requestOptions,
ApiConstants.HttpMethod httpMethod) |
String |
request(String endpoint,
String requestBody,
Config config,
boolean isApiKeyRequired,
RequestOptions requestOptions,
ApiConstants.HttpMethod httpMethod,
Map<String,String> params) |
String request(String endpoint, String requestBody, Config config) throws IOException, HTTPClientException
IOExceptionHTTPClientExceptionString request(String endpoint, String requestBody, Config config, boolean isApiKeyRequired) throws IOException, HTTPClientException
IOExceptionHTTPClientExceptionString request(String endpoint, String requestBody, Config config, boolean isApiKeyRequired, RequestOptions requestOptions) throws IOException, HTTPClientException
IOExceptionHTTPClientExceptionString request(String endpoint, String requestBody, Config config, boolean isApiKeyRequired, RequestOptions requestOptions, ApiConstants.HttpMethod httpMethod) throws IOException, HTTPClientException
IOExceptionHTTPClientExceptionString request(String endpoint, String requestBody, Config config, boolean isApiKeyRequired, RequestOptions requestOptions, ApiConstants.HttpMethod httpMethod, Map<String,String> params) throws IOException, HTTPClientException
IOExceptionHTTPClientExceptionCopyright © 2022. All rights reserved.