core
core copied to clipboard
The server component of API Platform: hypermedia and GraphQL APIs in minutes
fixes api-platform/api-platform#1344 original fix by @dunglas https://github.com/symfony/symfony/pull/21165/files need to apply this pull in Symfony/Serializer https://github.com/symfony/symfony/pull/46878 | Q | A | ------------- | --- | Branch? | 2.7 | Tickets |...
| Q | A | ------------- | --- | Branch? | main | Tickets | #4512 | License | MIT | Doc PR | api-platform/docs#... Add Souin as an available...
**API Platform version(s) affected**: 2.7-beta.1 **Description** Routes with placeholders such as `/foo/{id}` overwrite other hardcoded routes such as `/foo/someText` and result in a _Invalid identifier value or configuration_ . Note...
See: https://github.com/api-platform/api-platform/issues/1095
**API Platform version(s) affected**: 2.6.8 **Description** CompositeIdentifierParser does not handle php 8.1 enums. Enum object does not support toString magic method so it is impossible to make a workaround. **How...
| Q | A | ------------- | --- | Branch? | 2.6 | Tickets | N/A | License | MIT | Doc PR | N/A Persistence metadata only returns null...
| Q | A | ------------- | --- | Branch? | 2.6 | Tickets | | License | MIT | Doc PR | During validation process the parameters of the...
Hi there! I've created a custom filter to search by radius location, with a radius, latitude & longitude. ```
Hi everyone, Context: - Symfony 6 - Api-Platform 2.6 with **GraphQL** I implemented a custom type converter (that implement the TypeConverterInterface) where I customize the type of a specific property....
**API Platform version(s) affected**: v2.6.8 **Description** Query parameters with multiple values are not validated. **How to reproduce** 1. Create an entity with attribute $foo with a filter and swagger description...