here.platform.api.registry.lookup_api_registry module#
A registry for lookup apis, so that they can be managed, cached, etc.
- class here.platform.api.registry.lookup_api_registry.LookupApiRegistry[source]#
Bases:
objectHERE 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.