**Changes**
- **New** `ApiHandler::setTimeout(int $timeout)` method allows to change default timeout before any API request. Timeout is expressed in milliseconds. Overwrites the value passed in constructor, useful when performing multiple queries with same handler but different timeout.
This commit is contained in:
kristuff 2021-12-08 20:42:33 +01:00
commit dc30007818
7 changed files with 25 additions and 9 deletions

View file

@ -13,7 +13,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @version 0.9.14
* @version 0.9.15
* @copyright 2020-2021 Kristuff
*/