CatalogUnprocessedEntitiesClient.(constructor)
Home > @backstage/plugin-catalog-unprocessed-entities-common > CatalogUnprocessedEntitiesClient > (constructor)
Constructs a new instance of the CatalogUnprocessedEntitiesClient class
Signature:
constructor(discovery: {
getBaseUrl(pluginId: string): Promise<string>;
}, fetchApi?: {
fetch: typeof fetch;
});
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
discovery |
{ getBaseUrl(pluginId: string): Promise<string>; } | |
|
fetchApi |
{ fetch: typeof fetch; } |
(Optional) |