uptime-robot-v3
    Preparing search index...

    Type Alias ConfigLogger

    ConfigLogger: (message: string, level: "warn" | "error") => void

    Config object for initializing the UptimeRobot service client. Contains credentials and connection details used to authenticate requests against the UptimeRobot API. This is the primary input required to create a service instance.

    Type Declaration

      • (message: string, level: "warn" | "error"): void
      • Parameters

        • message: string
        • level: "warn" | "error"

        Returns void

    https://uptimerobot.com/api/v3/#auth Official API Documentation