Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

3.1.0

Compare
Choose a tag to compare
@gadhagod gadhagod released this 31 Mar 18:02
· 3 commits to master since this release

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.