docs
docs copied to clipboard
API Platform documentation
Hello team, I need to create the same operation with different uriTemplate for the same resource. In the doc I see: ``` #[GetCollection] // auto-generated path will be /users #[Get]...
In the example, the methods `applyToCollection` and `applyToItem` implements incorrectly their definitions : * [QueryCollectionExtensionInterface](https://github.com/api-platform/core/blob/3.0/src/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php) * [QueryItemExtensionInterface](https://github.com/api-platform/core/blob/3.0/src/Doctrine/Orm/Extension/QueryItemExtensionInterface.php) The problem may also exists on v2.7 documentation
Add a disclaimer that uuid based pagination does not work
Tells the user they need to ignore the GroupSequenceProvider getter, cause it'll break Json schema generation otherwise.
Hi, I was doing custom `Filter` for my current project and just spent like 5 hours debugging empty result for my query, which was result of `api-platform/core/src/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php` wrapping part of...
from: @mcanepa https://github.com/api-platform/api-platform/issues/452 We need to document how to use `properties[adresses][]=address`.
see https://github.com/api-platform/api-platform/issues/556#issuecomment-363820115
https://api-platform.com/docs/core/subresources/ Just below the paragraph "Now to create a new way of retrieving an Answer we will declare another resource on the Answer class. To make things work, API Platform...