get_formated_url
No overview available.
def get_formated_url(
base: string,
path: string
) - > string
Constructs a fully qualified URL by joining a base URL with a specific endpoint path.
Parameters
| Name | Type | Description |
|---|---|---|
| base | string | The root domain or base URL address. |
| path | string | The specific resource path or endpoint to append to the base URL. |
Returns
| Type | Description |
|---|---|
string | The complete URL string formed by the concatenation of the base and path. |