ConfigClient | @here/olp-sdk-ts
Class ConfigClient
Hierarchy
- ConfigClient
Index
Constructors
Methods
Constructors
constructor
Constructs a new client for the data store to work with data about catalogs configurations in the store.
Parameters
settings: OlpClientSettings
The OlpClientSettings instance.
Returns ConfigClient
The ConfigClient instance.
Methods
get Catalogs
Asynchronously retrieves a list of catalogs to which you have access.
Parameters
Optional request: CatalogsRequest
The CatalogsRequest instance.
Returns Promise<CatalogsListResult>
The list of catalogs to which you have access.
If the schema is set, you get the catalogs with layers filtered by the specified layer schema HERE Resource Name (HRN). If the schema is not set, the filter returns all of the catalogs to which you have access.
Generated using TypeDoc
A client for the platform Config Service.