Entry point for V3 of the Uptime Robot API. API surface is grouped by resource; call through the nested clients (e.g. service.monitors.getAll()).
service.monitors.getAll()
Instantiates the UptimeRobotService with the given configuration.
The configuration object containing the API key.
const service = new UptimeRobotService({ apiKey: 'your-api-key' }); Copy
const service = new UptimeRobotService({ apiKey: 'your-api-key' });
Readonly
Entry point for V3 of the Uptime Robot API. API surface is grouped by resource; call through the nested clients (e.g.
service.monitors.getAll()).