public class TerminalCloudAPI extends ApiKeyAuthenticatedService
| Constructor and Description |
|---|
TerminalCloudAPI(Client client) |
| Modifier and Type | Method and Description |
|---|---|
String |
async(TerminalAPIRequest terminalAPIRequest)
POST /async API call
|
TerminalAPIResponse |
sync(TerminalAPIRequest terminalAPIRequest)
POST /sync API call
|
getClient, isApiKeyRequired, setApiKeyRequired, setClientpublic TerminalCloudAPI(Client client)
public String async(TerminalAPIRequest terminalAPIRequest) throws IOException, ApiException
terminalAPIRequest - TerminalAPIRequestIOException - IOExceptionApiException - ApiExceptionpublic TerminalAPIResponse sync(TerminalAPIRequest terminalAPIRequest) throws IOException, ApiException
terminalAPIRequest - TerminalAPIRequestIOException - IOExceptionApiException - ApiExceptionCopyright © 2022. All rights reserved.