1 | <?php |
||
16 | final class StreamClient extends RestClient |
||
17 | { |
||
18 | /** |
||
19 | * build GuzzleHttp Client |
||
20 | * |
||
21 | * @return ClientInterface |
||
22 | */ |
||
23 | protected function buildClient(): ClientInterface |
||
33 | |||
34 | /** |
||
35 | * @param QueryInterface $query |
||
36 | * @param int $timeout |
||
37 | * @param bool $debug |
||
38 | * |
||
39 | * @return AbstractResult |
||
40 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
41 | */ |
||
42 | public function requestQuery( |
||
54 | } |
||
55 |