@@ -9,7 +9,6 @@ |
||
| 9 | 9 | namespace Famoser\SyncApi\Models\Communication\Entities\Base; |
| 10 | 10 | |
| 11 | 11 | use Famoser\SyncApi\Framework\Json\Models\Base\AbstractJsonProperty; |
| 12 | -use Famoser\SyncApi\Framework\Json\Models\DateTimeProperty; |
|
| 13 | 12 | use Famoser\SyncApi\Framework\Json\Models\DateTimeTextProperty; |
| 14 | 13 | use Famoser\SyncApi\Framework\Json\Models\IntProperty; |
| 15 | 14 | use Famoser\SyncApi\Framework\Json\Models\TextProperty; |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | namespace Famoser\SyncApi\Models\Communication\Request; |
| 10 | 10 | |
| 11 | 11 | |
| 12 | -use Famoser\SyncApi\Framework\Json\Models\Base\AbstractJsonProperty; |
|
| 13 | 12 | use Famoser\SyncApi\Framework\Json\Models\Base\AbstractJsonValueProperty; |
| 14 | 13 | use Famoser\SyncApi\Framework\Json\Models\ObjectProperty; |
| 15 | 14 | use Famoser\SyncApi\Framework\Json\Models\TextProperty; |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | |
| 12 | 12 | use Famoser\SyncApi\Framework\Json\Models\ArrayProperty; |
| 13 | -use Famoser\SyncApi\Framework\Json\Models\Base\AbstractJsonProperty; |
|
| 14 | 13 | use Famoser\SyncApi\Framework\Json\Models\Base\AbstractJsonValueProperty; |
| 15 | 14 | use Famoser\SyncApi\Framework\Json\Models\ObjectProperty; |
| 16 | 15 | use Famoser\SyncApi\Models\Communication\Entities\CollectionCommunicationEntity; |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | |
| 12 | 12 | use Famoser\SyncApi\Framework\Json\Models\ArrayProperty; |
| 13 | -use Famoser\SyncApi\Framework\Json\Models\Base\AbstractJsonProperty; |
|
| 14 | 13 | use Famoser\SyncApi\Framework\Json\Models\Base\AbstractJsonValueProperty; |
| 15 | 14 | use Famoser\SyncApi\Framework\Json\Models\TextProperty; |
| 16 | 15 | use Famoser\SyncApi\Models\Communication\Request\Base\BaseRequest; |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | namespace Famoser\SyncApi\Models\Communication\Request; |
| 10 | 10 | |
| 11 | 11 | use Famoser\SyncApi\Framework\Json\Models\ArrayProperty; |
| 12 | -use Famoser\SyncApi\Framework\Json\Models\Base\AbstractJsonProperty; |
|
| 13 | 12 | use Famoser\SyncApi\Framework\Json\Models\Base\AbstractJsonValueProperty; |
| 14 | 13 | use Famoser\SyncApi\Framework\Json\Models\ObjectProperty; |
| 15 | 14 | use Famoser\SyncApi\Models\Communication\Entities\SyncCommunicationEntity; |
@@ -19,7 +19,6 @@ |
||
| 19 | 19 | use Famoser\SyncApi\Models\Entities\UserCollection; |
| 20 | 20 | use Famoser\SyncApi\Types\ApiError; |
| 21 | 21 | use Famoser\SyncApi\Types\ServerError; |
| 22 | -use Guzzle\Http\Message\Request; |
|
| 23 | 22 | use Slim\Http\Response; |
| 24 | 23 | |
| 25 | 24 | /** |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | use Famoser\SyncApi\Exceptions\ApiException; |
| 13 | 13 | use Famoser\SyncApi\Exceptions\FrontendException; |
| 14 | -use Famoser\SyncApi\Middleware\LoggingMiddleware; |
|
| 15 | 14 | use Famoser\SyncApi\Models\Communication\Response\Base\BaseResponse; |
| 16 | 15 | use Famoser\SyncApi\Services\DatabaseService; |
| 17 | 16 | use Famoser\SyncApi\Services\Interfaces\LoggingServiceInterface; |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Famoser\SyncApi\Models\Communication\Entities\Base\BaseCommunicationEntity; |
| 16 | 16 | use Famoser\SyncApi\Models\Communication\Request\Base\BaseRequest; |
| 17 | 17 | use Famoser\SyncApi\Models\Communication\Response\AuthorizationResponse; |
| 18 | -use Famoser\SyncApi\Models\Communication\Response\CollectionEntityResponse; |
|
| 19 | 18 | use Famoser\SyncApi\Models\Communication\Response\DeviceEntityResponse; |
| 20 | 19 | use Famoser\SyncApi\Models\Entities\Base\BaseSyncEntity; |
| 21 | 20 | use Famoser\SyncApi\Models\Entities\Device; |
@@ -9,11 +9,9 @@ |
||
| 9 | 9 | namespace Famoser\SyncApi\Models\Communication\Request; |
| 10 | 10 | |
| 11 | 11 | use Famoser\SyncApi\Framework\Json\Models\ArrayProperty; |
| 12 | -use Famoser\SyncApi\Framework\Json\Models\Base\AbstractJsonProperty; |
|
| 13 | 12 | use Famoser\SyncApi\Framework\Json\Models\Base\AbstractJsonValueProperty; |
| 14 | 13 | use Famoser\SyncApi\Framework\Json\Models\ObjectProperty; |
| 15 | 14 | use Famoser\SyncApi\Models\Communication\Entities\DeviceCommunicationEntity; |
| 16 | -use Famoser\SyncApi\Models\Communication\Entities\SyncCommunicationEntity; |
|
| 17 | 15 | use Famoser\SyncApi\Models\Communication\Request\Base\BaseRequest; |
| 18 | 16 | |
| 19 | 17 | /** |