Member Junction
    Preparing search index...

    Configuration for the Component Registry Client

    interface ComponentRegistryClientConfig {
        apiKey?: string;
        baseUrl: string;
        headers?: Record<string, string>;
        retryPolicy?: RetryPolicy;
        timeout?: number;
    }
    Index

    Properties

    apiKey?: string

    Optional API key for authentication

    baseUrl: string

    Base URL of the Component Registry Server

    headers?: Record<string, string>

    Custom headers to include with all requests

    retryPolicy?: RetryPolicy

    Retry policy configuration

    timeout?: number

    Request timeout in milliseconds