setEndpoint

setEndpoint(endpoint: String);

The setEndpoint method of the JadeRestClient class sets the location of the REST API specification, which is used as the first part of the Uniform Resource Locator (URI); that is, the part of the URI that precedes the resource name.

This endpoint is initially set during the create instruction of the JadeRestClient class, but you can use the setEndpoint method to set it to a new value, if required. The endpoint can be the local host or a location on the network or Internet.

2020.0.01 and higher