statuspage.io
Version:
A statuspage.io API client
28 lines (27 loc) • 668 B
TypeScript
export declare const Endpoint: {
ACTIVE_JSON: string;
API_V2_BASE: string;
COMPONENTS_JSON: string;
INCIDENTS: string;
INCIDENTS_JSON: string;
SCHEDULED_MAINTENANCES: string;
SCHEDULED_MAINTENANCES_JSON: string;
STATUS_JSON: string;
SUBSCRIBERS_JSON: string;
SUMMARY_JSON: string;
UNRESOLVED_JSON: string;
UPCOMING_JSON: string;
Incidents: {
all(): string;
unresolved(): string;
};
ScheduledMaintenances: {
active(): string;
all(): string;
upcoming(): string;
};
components(): string;
summary(): string;
status(): string;
subscribers(): string;
};