public interface ICryptshareHttpClient
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRequest(java.lang.String request)
Performs a GET request to the specified path/query.
|
java.lang.String getRequest(java.lang.String request)
throws ClientException
request - The request string, including all parameters, without a leading slash.ClientException - If the API failed to process the request.