| 1 | <?php |
||
| 10 | class GuzzleGet implements RequestMethod |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * GuzzleGet constructor. |
||
| 14 | */ |
||
| 15 | 1 | public function __construct() |
|
| 16 | { |
||
| 17 | 1 | } |
|
| 18 | |||
| 19 | /** |
||
| 20 | * @param string $requestUrl |
||
| 21 | * |
||
| 22 | * @throws DarkskyException |
||
| 23 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
| 24 | * |
||
| 25 | * @return \Psr\Http\Message\StreamInterface |
||
| 26 | */ |
||
| 27 | 1 | public function submit(string $requestUrl) |
|
| 39 | } |
||
| 40 |