api-php-client icon indicating copy to clipboard operation
api-php-client copied to clipboard

PHP client of Akeneo PIM API

Results 33 api-php-client issues
Sort by recently updated
recently updated
newest added

I am trying to create a product in akeneo using the below params. `$this->client->getProductApi()->create( 'wk_24_mb01', [ 'enabled' => true, 'family' => 'bag', 'categories' => [], 'groups' => [], 'parent'=> null,...

question

I have the 4.0 version installed (CE) and if I try to filter categories by any rules it just ignores the ?search query param! For products it works fine, but...

For some reason this switches to http from https. 1. Configure client to use https url 2. use a cursor paging, after the second page you get a http redirect...

Allow symfony 7.0 version of symfony/options-resolver and 2.0 from psr/http-message-implementation in composer

Get the data from this endpoint https://api.akeneo.com/api-reference.html#get_system_information Available in PIM versions: 6.0, 7.0 and SaaS

The suggested package: [php-http/guzzle6-adapter](https://packagist.org/packages/php-http/guzzle6-adapter): > In order to use Guzzle v6 as the HTTP client has been abandoned. > This package is abandoned and no longer maintained. The author suggests...

Continuation of https://github.com/akeneo/api-php-client/pull/282 @tomglvng Unfortunately I'm not able to fix the PHPSpec tests, I don't know how the `request` in `HttpExceptionSpec` is constructed.