public class APICall
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | APICall.Builder<T extends APICall.Builder> | 
| static class  | APICall.InvocationError | 
| Modifier and Type | Method and Description | 
|---|---|
| byte[] | getBytes() | 
| java.io.InputStream | getInputStream() | 
| JO | getJsonResponse() | 
| org.json.simple.JSONObject | invoke() | 
| org.json.simple.JSONObject | invokeNoError() | 
| APICall.InvocationError | invokeWithError() | 
public JO getJsonResponse()
public java.io.InputStream getInputStream()
public byte[] getBytes()
public APICall.InvocationError invokeWithError()
public org.json.simple.JSONObject invokeNoError()
public org.json.simple.JSONObject invoke()