We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce9586 commit 8c1ed50Copy full SHA for 8c1ed50
README.md
@@ -14,7 +14,7 @@ Installation
14
The recommended way of including this package in your project is by using
15
Composer. Add it to the `require` section of your project's `composer.json`.
16
17
- "basekit/php-api-client": "1.2.0"
+ "basekit/php-api-client": "1.2.1"
18
19
Usage
20
-----
src/Client.php
@@ -14,8 +14,8 @@ public static function factory($config = [])
$authType = null;
if (isset($config['auth_type'])) {
$authType = $config['auth_type'];
+ unset($config['auth_type']);
}
- unset($config['auth_type']);
if ($authType === AuthType::OAUTH) {
$required = [
21
'base_url',
0 commit comments