execute
execute(request: JadeRestRequest; result: JadeRestResponse io; verb: String);
The execute method of the JadeRestClient class executes an operation on a resource of the REST API specification.
The parameters for the execute method are listed in the following table.
Parameter | Description |
---|---|
request | Specifies the name of the JadeRestRequest resource to be executed as well as any parameters required by the REST API method. |
result | Contains the JadeRestResponse results of the operation; that is, details of the response from the REST server. |
verb | The HTTP verb supported by the REST API that is to be executed. |
2020.0.01 and higher