RestClient

The RestClient serves as a sophisticated HTTP client which can process and track cookies, and store default information that are used in HTTP call blocks.

Property Name Type Description
baseUrl text The absolute path to the API's base url. Calls made via this RestClient will use URLs relative to this value.
basicAuthUser text If basic auth is used, specifies the username which will be passed to each http call via this RestClient.
basicAuthPass text If basic auth is used, specifies the password which will be passed to each http call via this RestClient.
defaultPortNumber number Specifies the port number which will be used for each http call via this RestClient.
Was this article helpful?