here.content.content module

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)
Bases: object

Represent the source used by content bindings to access the data.

class here.content.content.ContentBinding(content: Content, adapter: Adapter | None = None)
Bases: object

Base class for all the bindings.