Heatzy API for Node.js - v13.0.0
    Preparing search index...

    Interface LoginCredentials

    Heatzy (Gizwits) user credentials — also the verbatim /login body.

    interface LoginCredentials {
        password: string;
        username: string;
    }
    Index
    password: string
    username: string