core
core copied to clipboard
The server component of API Platform: hypermedia and GraphQL APIs in minutes
| Q | A | ------------- | --- | Branch? | main | Tickets | - | License | MIT | Doc PR | api-platform/docs#2037 Currently the NumericFilter allows for...
**API Platform version(s) affected**: 3.4.3 **Description** I was banging my head against the wall trying to figure out why locally running test passes, but on CI it fails. Then I...
**API Platform version(s) affected**: 2.7, 3.0 **Description** The documentation is not particularly clear about this, but you cannot set the `max-age` property on authenticated responses. This isn't an issue with...
**API Platform version(s) affected**: 4.x **Description** I can't seem to make our error handling integration tests pass on api-platform 4.x **How to reproduce** Here are the relevant parts of the...
**API Platform version(s) affected**: 4.0.4 **Description** If `\ApiPlatform\State\Provider\DeserializeProvider::provide()` throws an error, I only get the message "An error occurred" alongside the "trace", but it doesn't specify what the actual issue...
**API Platform version(s) affected**: api-platform/laravel 4.0.3 **Description** When attempting to use Data Transfer Objects (DTOs) with Laravel, as described in the documentation, I encounter a 404 error on the newly...
**API Platform version(s) affected**: 3.4.3 **Description** I'm trying to enable `rfc_7807_compliant_errors` as an upgrade path to v4. When I do this, in my project, not only the error output changes...
**API Platform version(s) affected**: 4.0.3, 3.4.2 **Description** In 4.0.3 + 3.4.2 the "hydra:" prefix was removed from error responses (in https://github.com/api-platform/core/pull/6624/commits/7d23c76fd13e2283af95e9aefc5540a1bc86215a). This breaks error handling in our clients in multiple...
**API Platform version(s) affected**: 3.4 **Description** User Deprecated: Since api-platform/core 4.0: Using $client at "ApiPlatform\Elasticsearch\Metadata\Resource\Factory\ElasticsearchProviderResourceMetadataCollectionFactory" is deprecated and the argument will be removed. We have installed api-platform/core 3.4. Is the...
add support for http authentication (for example http basic or bearer tokens) Closes: #6664 | Q | A | ------------- | --- | Branch? | main | Tickets | #6664...