api-php-client
api-php-client copied to clipboard
PHP client of Akeneo PIM API
https://akeneo.atlassian.net/browse/API-1875 Fixes #242
symfony/options-resolver should be added to composer requirements.
Hi there PIM Version: 5.0.10 When using the api client as follows: ``` $apiClient = $this->getApiClient($tenantMachineName); $attributes = $apiClient->getAttributeApi()->all(50); foreach ($attributes as $index => $attribute) { $data[$attribute['code']] = $attribute; }...
Hello Akeneo Team, We created a custom entry point on Akeneo 2.0. Today, I would like to use php api client to work with this entry point but it seems...
by extending the interface with DownloadableResourceInterface
Hello, for the echo debug, please add "self" page in Page and PageInterface, Merci
I'm using upsertList() in a number of areas (ProductModel, Category, AttributeOptions etc) and when I run it, I'm not getting a response. How would I know what item has been...
Hi there, I'm connecting trough HTTPS but Akeneo always returns url's with http for example for the next page of results. Any idae how to handle this? Best Regards
Hey everybody, We're using the library to request data using Guzzle. The issue we're having is that the Akeneo SDK is always executing authentication requests even though a request is...