@@ -2,7 +2,6 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | namespace drupol\Yaroc\Http; |
| 4 | 4 | |
| 5 | -use drupol\Yaroc\Plugin\MethodPluginInterface; |
|
| 6 | 5 | use Http\Client\Common\HttpMethodsClient; |
| 7 | 6 | use Http\Client\Common\Plugin; |
| 8 | 7 | use Http\Client\Common\PluginClient; |
@@ -14,6 +13,7 @@ discard block |
||
| 14 | 13 | use Http\Message\UriFactory; |
| 15 | 14 | use Psr\Http\Message\ResponseInterface; |
| 16 | 15 | use Psr\Http\Message\UriInterface; |
| 16 | +use drupol\Yaroc\Plugin\MethodPluginInterface; |
|
| 17 | 17 | |
| 18 | 18 | /** |
| 19 | 19 | * Class Client |
@@ -2,13 +2,13 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace drupol\Yaroc; |
| 4 | 4 | |
| 5 | -use drupol\Yaroc\Http\Client; |
|
| 6 | -use drupol\Yaroc\Plugin\MethodPluginInterface; |
|
| 7 | -use drupol\Yaroc\Plugin\MethodPluginManager; |
|
| 8 | 5 | use Http\Client\Common\Plugin; |
| 9 | 6 | use Http\Client\HttpClient; |
| 10 | 7 | use Http\Message\UriFactory; |
| 11 | 8 | use Psr\Http\Message\ResponseInterface; |
| 9 | +use drupol\Yaroc\Http\Client; |
|
| 10 | +use drupol\Yaroc\Plugin\MethodPluginInterface; |
|
| 11 | +use drupol\Yaroc\Plugin\MethodPluginManager; |
|
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | 14 | * Class RandomOrgAPIClient |