Construct_remote_base_url
Construct the base URL of the remote Datatailr instance for a given service name.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
service_name
|
str
|
The name of the service. |
required |
environment
|
Optional[str]
|
The environment of the service. |
None
|
Returns:
| Type | Description |
|---|---|
str
|
The base URL of the remote Datatailr instance for the given service name. |
Raises:
| Type | Description |
|---|---|
RuntimeError
|
If not logged in or config is invalid. |