pushover-notification - v0.0.2
    Preparing search index...

    Interface Options

    interface Options {
        apiToken: string;
        userKey: string;
        debug?: boolean;
        httpOptions?: Partial<RequestOptions> & { proxy?: string };
        onerror?: (err: string | Error, res?: IncomingMessage) => void;
        update_sounds?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    apiToken: string
    userKey: string
    debug?: boolean
    httpOptions?: Partial<RequestOptions> & { proxy?: string }
    onerror?: (err: string | Error, res?: IncomingMessage) => void
    update_sounds?: boolean