kuma-client 2.0.0

Rust wrapper for the Uptime Kuma Socket.IO API
Documentation
use strum::EnumString;

#[derive(Debug, Clone, EnumString)]
#[strum(serialize_all = "camelCase")]
pub(crate) enum Event {
    ApiKeyList,
    AutoLogin,
    AvgPing,
    CertInfo,
    Connect,
    Disconnect,
    DockerHostList,
    Heartbeat,
    HeartbeatList,
    ImportantHeartbeatList,
    Info,
    InitServerTimezone,
    MaintenanceList,
    MonitorList,
    NotificationList,
    ProxyList,
    StatusPageList,
    Uptime,
    LoginRequired,
    UpdateMonitorIntoList,
    DeleteMonitorFromList,
}