TheHive4py
TheHive4py copied to clipboard
Adding timeout setting to prevent infinite waiting
Requests module does not provide default value for timeout.
We should be able to set this value while initiating TheHive4py API or per each function.
This commit provides the first option.