tiled.client.context.Context.from_any_uri

classmethod Context.from_any_uri(uri, *, headers=None, api_key=None, cache=<UNSET>, timeout=None, verify=True, token_cache=None, app=None)[source]

Accept a URI to a specific node.

For example, given URI “https://example.com/api/v1//metadata/a/b/c” return a Context connected to “https://examples/api/v1” and the list [“a”, “b”, “c”].