Skip to main content

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

NameTypeDescription
basestringThe root domain or base URL address.
pathstringThe specific resource path or endpoint to append to the base URL.

Returns

TypeDescription
stringThe complete URL string formed by the concatenation of the base and path.