@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface NnnConfig

    interface NnnConfig {
        apiKey?: string;
        baseUrl: string;
        cache?: NnnCacheConfig;
        circuitBreaker?: false | NnnCircuitBreakerConfig;
        hooks?: NnnHooks;
        retryConfig?: NnnRetryConfig;
        traceContext?: { traceparent?: string; tracestate?: string };
        verbose?: boolean;
    }
    Index

    Properties

    apiKey?: string

    Bearer API key for authenticated endpoints

    baseUrl: string

    NNN base URL (e.g. 'https://nanda.nexartis.com')

    Opt-in response caching for GET requests.

    circuitBreaker?: false | NnnCircuitBreakerConfig

    Circuit breaker configuration. Pass false to disable.

    hooks?: NnnHooks

    Request/response lifecycle hooks

    retryConfig?: NnnRetryConfig

    Override default retry configuration

    traceContext?: { traceparent?: string; tracestate?: string }

    OpenTelemetry trace context to propagate.

    verbose?: boolean

    Enable debug logging