feat: implement timeouts for all methods #34
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DGNum/uptime-kuma-api#34
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/timeouts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
wait_timeout
parameter was removed and atimeout
parameter was added instead.The new
timeout
parameter is used for several types of timeouts. It specifies how many seconds the client should wait for the connection, an expected event or a server response. The default timeout is 10 seconds.closes #33
Perfect - looks very good! 👌