getUrl Method

Gets the URL of the service. Attempts to discover and cache the URL from the URL Discovery Service. If not found uses the default URL provided by client implementations. Note that for consistency sake, the URL is stripped of any trailing "/"

getUrl(requestContext: ClientRequestContext, excludeApiVersion?: false | true): Promise<string>

Parameter Type Description
requestContext ClientRequestContext  
excludeApiVersion false | true Pass true to optionally exclude the API version from the URL.

Returns - URL for the service

Defined in

Last Updated: 08 January, 2020