core
core copied to clipboard
The server component of API Platform: hypermedia and GraphQL APIs in minutes
**Description** If the API use a remote API for a relation (with a local database cache), it would be a nice features for IRIs to point to the resource on...
**API Platform version(s) affected**: 4.1.18 **Description** After upgrading from version 4.1.3 to 4.1.18, a `Unexpected non-iterable value for to-many relation.` error occurs when calling a `GetCollection` endpoint. Here is the...
**Description** Following the documentation, with Symphony it is possible to override the controller or rely on provider/processor systems, while the Laravel integration is limited to provider/processors only. This can also...
**API Platform version(s) affected**: 4.2.6 **Description** Hi @soyuka, I feel like the issue https://github.com/api-platform/core/issues/6101 is not totally resolved. When I set ``` api_platform.name_converter: serializer.name_converter.camel_case_to_snake_case ``` it still use snake case...
**API Platform version(s) affected**: 4.2.5 **Description** By copy/pasting the code on the doc here : https://api-platform.com/docs/core/doctrine-filters/#exact-filter it result in an array on the doc : In my real case, where...
**API Platform version(s) affected**: 4.2.6 **Description** After an upgrade to api-platform/core 4.2.6 our openapi query parameter definitions don't work as expected anymore We get a validation error with style=form **How...
Hi, It would be great to be able to create Custom Action / Controller not directly linked to any entity but enable the same kind of content negotiation as for...
**API Platform version(s) affected**: 4.2.2 **Description** As [the document warns](https://api-platform.com/docs/core/doctrine-filters/), `ApiFilter` is currently deprecated and using `QueryParameter` is recommended. However, there are several bugs when applying filters using `QueryParameter`. -...
**Description** we could support serializer attributes in the json streamer using a property metadata loader
**Description** Define the JSONSchema by checking serializer attributes (for now we check only groups).