Interface IConfigFull

Hierarchy

Properties

baseUrl: string
headers?: string[]

Additional http headers to be send

host: string

Qlik Sense host (name, ip etc.)

httpsAgent?: any

Optional https agent (useful in Node.js environment)

Ignore certificate issues, provide certificates etc

notSecure?: boolean
options?: {
    saas?: {
        apps?: {
            swapResourceIdAndId?: boolean;
        };
    };
}

Type declaration

  • Optional saas?: {
        apps?: {
            swapResourceIdAndId?: boolean;
        };
    }
    • Optional apps?: {
          swapResourceIdAndId?: boolean;
      }
      • Optional swapResourceIdAndId?: boolean
port?: number
proxy?: string

Virtual proxy prefix

saasVersion?: number