public interface ClientInterface
| Modifier and Type | Method and Description |
|---|---|
String |
post(String endpoint,
Map<String,String> postParameters,
Config config) |
String |
request(String endpoint,
String json,
Config config) |
String |
request(String endpoint,
String json,
Config config,
boolean isApiKeyRequired) |
String request(String endpoint, String json, Config config) throws IOException, HTTPClientException
IOExceptionHTTPClientExceptionString request(String endpoint, String json, Config config, boolean isApiKeyRequired) throws IOException, HTTPClientException
IOExceptionHTTPClientExceptionString post(String endpoint, Map<String,String> postParameters, Config config) throws IOException, HTTPClientException
IOExceptionHTTPClientExceptionCopyright © 2018. All rights reserved.