here.platform.api.registry.lookup_api_registry module — HERE Data SDK for Python documentation
- Last UpdatedJun 18, 2025
- 1 minute read
A registry for lookup apis, so that they can be managed, cached, etc.
- class here.platform.api.registry.lookup_api_registry.LookupApiRegistry[source]#
Bases:
object
HERE platform lookup api registry.
- has_resources_apis(catalog_hrn: str) bool [source]#
Check whether a given schema has already been registered.
- Parameters:
catalog_hrn – Catalog HRN
- Returns:
a bool flag indicating if schema is already registered.