ConfigClient
Constructors
constructor
- new
Config Client(settings: OlpClientSettings): ConfigClient
-
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 ConfigClientThe ConfigClient instance.
-
Methods
get Catalogs
- get
Catalogs(request?: CatalogsRequest): Promise<CatalogsListResult>
-
Asynchronously retrieves a list of catalogs to which you have access.
Parameters-
Optional request: CatalogsRequest
The CatalogsRequest instance.
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.
-
A client for the platform Config Service.