Home > @lukso/data-provider-urlresolver > UrlResolver > resolveUrl
Resolves a URL to a gateway URL. Supports possible multiple converters transforming the URL in sequence until no converter matches.
Signature:
resolveUrl(_url: string): string;
Parameter | Type | Description |
---|---|---|
_url | string |
Returns:
string
resolved url (if resolver is found, otherwise the parameter url is returned)