Function mergeBaseUrlAndEndpointTemplate

Merges the base URL and endpoint template into a single URL.

  • Parameters

    • baseUrl: string

      The base URL.

    • endpointTemplate: string

      The endpoint template.

    Returns string

    • The merged URL.