-
Notifications
You must be signed in to change notification settings - Fork 5
The REST Action
HCaseira edited this page Dec 27, 2023
·
1 revision
Executes a REST http request to a specified endpoint.
-
urlthe http address for the remote REST API. -
pathconvenient property to separate the url and the path parts of the address. -
methodthe http method to be used in the call: get, post, put, delete, patch. -
queryArgsa JSON object with the key/value pairs to be sent as query arguments of the request. -
bodya JSON object to be sent as the body of the request.