Antoine Bluchet
Antoine Bluchet
tested locally without issue?
You need a custom normalizer API Platform doesn't support this format by default, also you're decoder is definitely the right solution for this issue, maybe that we can document that?...
I definitely need time to review this I think it's still something that we should integrate.
don't hesitate to add functional tests to help me understand the needs behind that, there are tests inside `tests/Functional` that are easier to setup then behat :)
Hi there's a flag on openapi to do something similar (implemented at https://github.com/api-platform/core/pull/6945): ``` new GetCollection(openapi: new Operation(extensionProperties: [OpenApiFactory::API_PLATFORM_TAG => ['internal', 'anotherone']])), ``` Then you can filter the spec using...
Interesting, we should probably handle this directly inside the PurgeListener, would you be able to patch this? Thanks!
I'm not convinced we need this as a simple foreach loop will be sufficient. I think that https://github.com/symfony/symfony/pull/60442 may be useful though as its harder to setup.
Only if your users are also std classes object mapper can not work on arrays. Also note that for optimisation like the dumped mapper I strongly recomment to not use...
Not sure why OpenAPIFactory doesn't generate the full cache though
Note that the code is at: https://github.com/api-platform/core/blob/main/src/State/Processor/AddLinkHeaderProcessor.php