Backstage
    Preparing search index...

    API to talk to techdocs-backend.

    interface TechDocsApi {
        getApiOrigin(): Promise<string>;
        getCookie(): Promise<{ expiresAt: string }>;
        getEntityMetadata(
            entityId: CompoundEntityRef,
        ): Promise<TechDocsEntityMetadata>;
        getTechDocsMetadata(entityId: CompoundEntityRef): Promise<TechDocsMetadata>;
    }

    Implemented by

    Index

    Methods