From cadfca43723fe49405ffff5409e5de79da6c1e70 Mon Sep 17 00:00:00 2001 From: Kevin Andrews Date: Thu, 10 Jun 2021 10:23:04 +0100 Subject: [PATCH] Fix duplicated namespacing --- README.md | 2 +- docs/Api/LabelsApi.md | 2 +- docs/Api/OrdersApi.md | 6 +++--- docs/Api/VersionApi.md | 2 +- lib/LabelsApi.php | 2 +- lib/OrdersApi.php | 2 +- lib/VersionApi.php | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 811e8df..9868740 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ $config = RoyalMail\ClickAndDrop\Rest\Api\Configuration::getDefaultConfiguration // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // $config = RoyalMail\ClickAndDrop\Rest\Api\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer'); -$apiInstance = new RoyalMail\ClickAndDrop\Rest\Api\RoyalMail\ClickAndDrop\Rest\Api\LabelsApi( +$apiInstance = new RoyalMail\ClickAndDrop\Rest\Api\LabelsApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), diff --git a/docs/Api/LabelsApi.md b/docs/Api/LabelsApi.md index c8b1b79..f620fcd 100644 --- a/docs/Api/LabelsApi.md +++ b/docs/Api/LabelsApi.md @@ -22,7 +22,7 @@ $config = RoyalMail\ClickAndDrop\Rest\Api\Configuration::getDefaultConfiguration // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // $config = RoyalMail\ClickAndDrop\Rest\Api\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer'); -$apiInstance = new RoyalMail\ClickAndDrop\Rest\Api\RoyalMail\ClickAndDrop\Rest\Api\LabelsApi( +$apiInstance = new RoyalMail\ClickAndDrop\Rest\Api\LabelsApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), diff --git a/docs/Api/OrdersApi.md b/docs/Api/OrdersApi.md index a750c28..286a4e7 100644 --- a/docs/Api/OrdersApi.md +++ b/docs/Api/OrdersApi.md @@ -22,7 +22,7 @@ $config = RoyalMail\ClickAndDrop\Rest\Api\Configuration::getDefaultConfiguration // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // $config = RoyalMail\ClickAndDrop\Rest\Api\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer'); -$apiInstance = new RoyalMail\ClickAndDrop\Rest\Api\RoyalMail\ClickAndDrop\Rest\Api\OrdersApi( +$apiInstance = new RoyalMail\ClickAndDrop\Rest\Api\OrdersApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -74,7 +74,7 @@ $config = RoyalMail\ClickAndDrop\Rest\Api\Configuration::getDefaultConfiguration // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // $config = RoyalMail\ClickAndDrop\Rest\Api\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer'); -$apiInstance = new RoyalMail\ClickAndDrop\Rest\Api\RoyalMail\ClickAndDrop\Rest\Api\OrdersApi( +$apiInstance = new RoyalMail\ClickAndDrop\Rest\Api\OrdersApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -128,7 +128,7 @@ $config = RoyalMail\ClickAndDrop\Rest\Api\Configuration::getDefaultConfiguration // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // $config = RoyalMail\ClickAndDrop\Rest\Api\Configuration::getDefaultConfiguration()->setApiKeyPrefix('Authorization', 'Bearer'); -$apiInstance = new RoyalMail\ClickAndDrop\Rest\Api\RoyalMail\ClickAndDrop\Rest\Api\OrdersApi( +$apiInstance = new RoyalMail\ClickAndDrop\Rest\Api\OrdersApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), diff --git a/docs/Api/VersionApi.md b/docs/Api/VersionApi.md index 60e3bae..9029b70 100644 --- a/docs/Api/VersionApi.md +++ b/docs/Api/VersionApi.md @@ -16,7 +16,7 @@ Get API version details.