Below is a list of all the functions currently available in the latest version of the JAVA wrapper library.
All function call examples should be placed in a Java try-catch block, as described in Handling errors . Each example assumes you have already instanciated the wrapper object and assigned it to the variable tmClient:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
RestClient tmClient; tmClient = new RestClient("myAPIusername", "myAPIpassword", RestClient.ENV_SANDBOX); |
Panel | ||
---|---|---|
| ||
|