- install::
pip install uptime-kuma-api
- import::
from uptime_kuma_api import UptimeKumaApi
- github::
- doc:: uptime-kuma-api
不同 Type 参数是不一样的,比如 HTTP 参数是 url,换成 PING 则是 hostname。
2023-07-14
pip install uptime-kuma-api
from uptime_kuma_api import UptimeKumaApi
不同 Type 参数是不一样的,比如 HTTP 参数是 url,换成 PING 则是 hostname。