docs
docs copied to clipboard
API Platform documentation
Hello ! I found myself struggling to have a custom path for a subresource. https://api-platform.com/docs/core/subresources/#using-custom-paths First, it should be highlighted that the subresource annotation for a custom path need to...
Please update the Documentation for Helm v3 (https://api-platform.com/docs/deployment/kubernetes/) There is for Example no Namespace and no Name Attribute in v3.
**Objective** - To create a Custom Filter, so I can filter on a value in relationship tables (several layers deep) with `WHERE` clauses. **Background** I currently have several entities setup:...
Extracting this from Slack to discuss whether it would be useful to have it on api-platform's docs. My original question: > if I need to create an entity X for...
Related: https://github.com/api-platform/core/issues/3065 @asimonf do you see something we should clarify a bit more or that's missing here? Thanks!
Hello, Today I came across the https://api-platform.com/docs/core/file-upload/ and I have a few questions I was hoping to get answered there. There is lot of magic happening in the background, like...
https://github.com/api-platform/core/blob/5503d65e8ad6535539ac4f6b1bcc89962457bc98/src/Serializer/AbstractConstraintViolationListNormalizer.php#L35 constructor accepts either `null` or `array`, but not `boolean`. When boolean is used, we get the following error: ``` Argument 2 passed to ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer::__construct() must be of the type...
A bridge has been done for RollerworksSearch: https://github.com/rollerworks/search-api-platform. We should mention it in the documentation.
All built-in attributes should be listed and documented on https://github.com/api-platform/docs/blob/2.4/core/configuration.md The full list of built-in attributes is available in the annotations: https://github.com/api-platform/core/tree/master/src/Annotation For every attribute in the annotations, we should...
[proselint](https://github.com/amperser/proselint) is not syntax aware. This leads to many false positives. We might want to switch to something that understands syntax, such as https://github.com/errata-ai/vale