1 | <?php |
||
12 | class Guzzle6ApiClient extends AbstractApiClient implements ApiClientInterface |
||
13 | { |
||
14 | /** |
||
15 | * Guzzle6 Client implementation for making HTTP requests with |
||
16 | * the appropriate options. |
||
17 | * |
||
18 | * @param string $method |
||
19 | * @param string $uri |
||
20 | * @param array $options |
||
21 | * |
||
22 | * @return mixed |
||
23 | */ |
||
24 | 3 | protected function _doRequest($method, $uri, $options) |
|
28 | } |
||
29 |