@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface ConfigOptions

    interface ConfigOptions {
        clientId?: string;
        configFile?: string;
        endpoint?: string;
        endpointEnv?: string;
        logger?: string | number | Handler | Logger;
        maxRetries?: number;
        noEnv?: boolean;
        noParentId?: boolean;
        profile?: string | null;
        profileEnv?: string;
        tokenEnv?: string;
    }
    Index

    Properties

    clientId?: string
    configFile?: string
    endpoint?: string
    endpointEnv?: string
    logger?: string | number | Handler | Logger
    maxRetries?: number
    noEnv?: boolean
    noParentId?: boolean
    profile?: string | null
    profileEnv?: string
    tokenEnv?: string