@@ -13,12 +13,9 @@ |
||
13 | 13 | |
14 | 14 | namespace voidtek\WindguruIO; |
15 | 15 | |
16 | -use Http\Client\Common\Plugin; |
|
17 | 16 | use Http\Client\HttpClient; |
18 | -use Http\Message\UriFactory; |
|
19 | 17 | use Http\Discovery\HttpClientDiscovery; |
20 | 18 | use Http\Discovery\MessageFactoryDiscovery; |
21 | -use Psr\Http\Message\ResponseInterface; |
|
22 | 19 | |
23 | 20 | /** |
24 | 21 | * WindguruAPI Class |
@@ -37,7 +37,7 @@ |
||
37 | 37 | * Example: 'https://www.windguru.cz/int/iapi.php?q=ads_spot&id_spot%5B%5D=42' |
38 | 38 | * |
39 | 39 | * @var string; |
40 | - */ |
|
40 | + */ |
|
41 | 41 | const ENDPOINT='http://www.windguru.cz'; |
42 | 42 | |
43 | 43 | /** |