@passband/sdk - v0.0.0
    Preparing search index...

    Interface PassbandConfig

    interface PassbandConfig {
        baseUrl?: string;
        fetch?: FetchLike;
        retry?: RetryOptions;
        token?: string;
    }
    Index

    Properties

    baseUrl?: string

    API base URL. Falls back to PASSBAND_BASE_URL then https://passband.ai.

    fetch?: FetchLike

    Injectable fetch implementation. Defaults to the global fetch.

    retry?: RetryOptions

    Opt-in retry/backoff configuration.

    token?: string

    Bearer token. Falls back to process.env.PASSBAND_TOKEN.