forked from DGNum/uptime-kuma-api
prepare pypi release and fix add monitor
This commit is contained in:
parent
b87a1bdaf0
commit
140784c4e0
13 changed files with 96 additions and 52 deletions
7
uptime_kuma_api/auth_method.py
Normal file
7
uptime_kuma_api/auth_method.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from enum import Enum
|
||||
|
||||
|
||||
class AuthMethod(str, Enum):
|
||||
NONE = ""
|
||||
HTTP_BASIC = "basic"
|
||||
NTLM = "ntlm"
|
Loading…
Add table
Add a link
Reference in a new issue