MELCloud & MELCloud Home API for Node.js - v48.2.0
    Preparing search index...

    Interface HttpClientConfig

    Construction options for HttpClient.

    interface HttpClientConfig {
        baseURL: string;
        dispatcher?: object;
        headers?: Record<string, string>;
        timeout: number;
    }
    Index
    baseURL: string
    dispatcher?: object
    headers?: Record<string, string>
    timeout: number