@@ -19,20 +19,16 @@ |
||
19 | 19 | use Nette; |
20 | 20 | use Nette\Http as NHttp; |
21 | 21 | use Nette\Utils; |
22 | - |
|
23 | 22 | use GuzzleHttp; |
24 | 23 | use GuzzleHttp\Client; |
25 | 24 | use GuzzleHttp\Exception\BadResponseException; |
26 | 25 | use GuzzleHttp\Psr7\Request; |
27 | - |
|
28 | 26 | use Neomerx\JsonApi\Contracts\Encoder\Parameters\EncodingParametersInterface; |
29 | 27 | use Neomerx\JsonApi\Encoder\EncoderOptions; |
30 | 28 | use Neomerx\JsonApi\Exceptions\JsonApiException; |
31 | 29 | use Neomerx\JsonApi\Factories\Factory; |
32 | - |
|
33 | 30 | use Psr\Http\Message\RequestInterface as PsrRequest; |
34 | 31 | use Psr\Http\Message\ResponseInterface as PsrResponse; |
35 | - |
|
36 | 32 | use IPub\JsonAPIClient\Encoders; |
37 | 33 | use IPub\JsonAPIClient\Exceptions; |
38 | 34 | use IPub\JsonAPIClient\Http; |
@@ -21,7 +21,6 @@ |
||
21 | 21 | use Neomerx\JsonApi\Contracts\Schema\ContainerInterface; |
22 | 22 | use Neomerx\JsonApi\Encoder\Parameters\EncodingParameters; |
23 | 23 | use Neomerx\JsonApi\Http\Headers\MediaType; |
24 | - |
|
25 | 24 | use IPub\JsonAPIClient\Encoders; |
26 | 25 | |
27 | 26 | /** |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use Neomerx\JsonApi\Contracts\Document\LinkInterface; |
21 | 21 | use Neomerx\JsonApi\Document\Link; |
22 | 22 | use Neomerx\JsonApi\Exceptions\ErrorCollection; |
23 | - |
|
24 | 23 | use IPub\JsonAPIClient\Exceptions; |
25 | 24 | |
26 | 25 | /** |
@@ -17,7 +17,6 @@ |
||
17 | 17 | namespace IPub\JsonAPIClient\Objects; |
18 | 18 | |
19 | 19 | use Neomerx\JsonApi\Contracts\Document\DocumentInterface; |
20 | - |
|
21 | 20 | use IPub\JsonAPIClient\Exceptions; |
22 | 21 | |
23 | 22 | /** |
@@ -18,9 +18,7 @@ |
||
18 | 18 | |
19 | 19 | use CloudCreativity\Utils\Object\StandardObject; |
20 | 20 | use CloudCreativity\Utils\Object\StandardObjectInterface; |
21 | - |
|
22 | 21 | use Neomerx\JsonApi\Contracts\Document\DocumentInterface; |
23 | - |
|
24 | 22 | use IPub\JsonAPIClient\Exceptions; |
25 | 23 | |
26 | 24 | /** |