property BaseURL: string;
Description
Gets or sets the root URL for all REST API requests. By setting this property, you can avoid specifying the full URL in each TScRestRequest object—only the endpoints need to be provided.
The value is usually in a format similar to the following:
https://targetserver.com/
https://targetserver.com/api/v1/