resolve_uri method

resolve_uri

Resolves the absolute URI from the base and relative URIs.

Returns

Absolute URI or null if the relative URI cannot be resolved.

def resolve_uri(self, base_uri, relative_uri):
    ...
ParameterTypeDescription
base_uristrBase URI of linking objects
relative_uristrRelative URI to the linked object.

See Also