-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #253 from akeneo/API-1885-php-client-deprecate-old…
…-asset-routes API-1885: Deprecate unused routes
- Loading branch information
Showing
12 changed files
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,8 @@ | |
* @author Laurent Petard <[email protected]> | ||
* @copyright 2017 Akeneo SAS (http://www.akeneo.com) | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
* @deprecated Route unavailable in latest PIM versions. Class will be removed in v12.0.0. | ||
* @see \Akeneo\Pim\ApiClient\Api\AssetManager\AssetApi instead. | ||
*/ | ||
class AssetApi implements AssetApiInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,8 @@ | |
* @author Laurent Petard <[email protected]> | ||
* @copyright 2017 Akeneo SAS (http://www.akeneo.com) | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
* @deprecated Route unavailable in latest PIM versions. Class will be removed in v12.0.0. | ||
* @see \Akeneo\Pim\ApiClient\Api\AssetManager\AssetApiInterface instead. | ||
*/ | ||
interface AssetApiInterface extends | ||
GettableResourceInterface, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,8 @@ | |
* @author Laurent Petard <[email protected]> | ||
* @copyright 2017 Akeneo SAS (http://www.akeneo.com) | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
* @deprecated Route unavailable in latest PIM versions. Class will be removed in v12.0.0. | ||
* @see \Akeneo\Pim\ApiClient\Api\AssetManager\AssetFamilyApi instead. | ||
*/ | ||
class AssetCategoryApi implements AssetCategoryApiInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,8 @@ | |
* @author Laurent Petard <[email protected]> | ||
* @copyright 2017 Akeneo SAS (http://www.akeneo.com) | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
* @deprecated Route unavailable in latest PIM versions. Class will be removed in v12.0.0. | ||
* @see \Akeneo\Pim\ApiClient\Api\AssetManager\AssetFamilyApiInterface instead. | ||
*/ | ||
interface AssetCategoryApiInterface extends | ||
GettableResourceInterface, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ | |
* @author Laurent Petard <[email protected]> | ||
* @copyright 2017 Akeneo SAS (http://www.akeneo.com) | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
* @deprecated Route unavailable in latest PIM versions. Class will be removed in v12.0.0. | ||
* @see \Akeneo\Pim\ApiClient\Api\AssetManager\AssetMediaFileApi instead. | ||
*/ | ||
class AssetReferenceFileApi implements AssetReferenceFileApiInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,8 @@ | |
* @author Laurent Petard <[email protected]> | ||
* @copyright 2017 Akeneo SAS (http://www.akeneo.com) | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
* @deprecated Route unavailable in latest PIM versions. Class will be removed in v12.0.0. | ||
* @see \Akeneo\Pim\ApiClient\Api\AssetManager\AssetMediaFileApiInterface instead. | ||
*/ | ||
interface AssetReferenceFileApiInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
* @author Laurent Petard <[email protected]> | ||
* @copyright 2017 Akeneo SAS (http://www.akeneo.com) | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
* @deprecated Route unavailable in latest PIM versions. Class will be removed in v12.0.0. | ||
*/ | ||
class AssetTagApi implements AssetTagApiInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
* @author Laurent Petard <[email protected]> | ||
* @copyright 2017 Akeneo SAS (http://www.akeneo.com) | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
* @deprecated Route unavailable in latest PIM versions. Class will be removed in v12.0.0. | ||
*/ | ||
interface AssetTagApiInterface extends GettableResourceInterface, ListableResourceInterface, UpsertableResourceInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
* @author Laurent Petard <[email protected]> | ||
* @copyright 2017 Akeneo SAS (http://www.akeneo.com) | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
* @deprecated Route unavailable in latest PIM versions. Class will be removed in v12.0.0. | ||
*/ | ||
class AssetVariationFileApi implements AssetVariationFileApiInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
* @author Laurent Petard <[email protected]> | ||
* @copyright 2017 Akeneo SAS (http://www.akeneo.com) | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
* @deprecated Route unavailable in latest PIM versions. Class will be removed in v12.0.0. | ||
*/ | ||
interface AssetVariationFileApiInterface | ||
{ | ||
|