Skip to main content

CatalogClient.(constructor)

Home > @backstage/catalog-client > CatalogClient > (constructor)

Constructs a new instance of the CatalogClient class

Signature:

constructor(options: {
discoveryApi: {
getBaseUrl(pluginId: string): Promise<string>;
};
fetchApi?: {
fetch: typeof fetch;
};
});

Parameters

ParameterTypeDescription
options{ discoveryApi: { getBaseUrl(pluginId: string): Promise<string>; }; fetchApi?: { fetch: typeof fetch; }; }