Backstage
    Preparing search index...

    A frontend and backend compatible client for communicating with the Backstage software catalog.

    Implements

    Index

    Constructors

    • Parameters

      • options: {
            discoveryApi: { getBaseUrl(pluginId: string): Promise<string> };
            fetchApi?: {
                fetch: {
                    (input: RequestInfo | URL, init?: RequestInit): Promise<Response>;
                    (input: string | Request | URL, init?: RequestInit): Promise<Response>;
                };
            };
        }

      Returns CatalogClient

    Methods