@@ -3,12 +3,8 @@ |
||
3 | 3 | namespace ApiClients\Client\Github; |
4 | 4 | |
5 | 5 | use ApiClients\Foundation\Client; |
6 | -use ApiClients\Foundation\Events\CommandLocatorEvent; |
|
7 | 6 | use ApiClients\Foundation\Hydrator\CommandBus\Command\HydrateCommand; |
8 | -use ApiClients\Foundation\Transport\CommandBus\Command\JsonDecodeCommand; |
|
9 | 7 | use ApiClients\Foundation\Transport\CommandBus\Command\SimpleRequestCommand; |
10 | -use ApiClients\Foundation\Transport\Response; |
|
11 | -use League\Event\EmitterInterface; |
|
12 | 8 | use League\Tactician\CommandBus; |
13 | 9 | use Psr\Http\Message\ResponseInterface; |
14 | 10 | use React\EventLoop\LoopInterface; |
@@ -2,16 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace ApiClients\Client\Github\Resource\Async; |
4 | 4 | |
5 | -use ApiClients\Foundation\Hydrator\CommandBus\Command\HydrateCommand; |
|
6 | -use ApiClients\Foundation\Transport\CommandBus\Command\JsonEncodeCommand; |
|
7 | -use ApiClients\Foundation\Transport\CommandBus\Command\RequestCommand; |
|
8 | -use ApiClients\Foundation\Transport\Response; |
|
9 | -use ApiClients\Client\Github\CommandBus\Command\IteratePagesCommand; |
|
10 | 5 | use ApiClients\Client\Github\Resource\Repository as BaseRepository; |
11 | -use GuzzleHttp\Psr7\Request; |
|
12 | -use React\Promise\PromiseInterface; |
|
13 | -use Rx\Observable; |
|
14 | -use Rx\ObservableInterface; |
|
15 | 6 | |
16 | 7 | class Repository extends BaseRepository |
17 | 8 | { |