here.content.content module
HERE Platform Python SDK, Content access module
-
class here.content.content.Content(platform: Platform, catalog_hrn: str, version: int | None = None)[source]
Bases: object
Represent the source used by content bindings to access the data.
-
class here.content.content.ContentBinding(content: Content, adapter: Adapter | None = None)[source]
Bases: object
Base class for all the bindings.