JadeRestClient Methods
The methods defined in the JadeRestClient class are summarized in the following table.
Method | Description |
---|---|
create | Creates the JadeRestClient object |
deleteResource | Executes a DELETE operation on a resource of the REST API specification |
execute | Executes the specified operation on a resource of the REST API specification |
get | Executes a GET operation on a resource of the REST API specification |
post | Executes a POST operation on a resource of the REST API specification |
put | Executes a PUT operation on a resource of the REST API specification |
setEndpoint | Sets the endpoint, which represents the location of the REST API specification |
2020.0.01 and higher