This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
3.1.0
Add timeout parameter to API calling functions.
You can set a default timeout for all API calls by setting the class variable default_timeout
. To have a timeout for a specific function, all direct API calls have a parameter timeout
, defaulting to @default_timeout
, but is overridden if timeout
parameter is given.