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/pull/2211 To ensure compliance with the LDP...
| Q | A | ------------- | --- | Branch? | `main` | License | MIT | Doc PR | TBD The aim of this PR is to have the...
**Description** swagger UI is showing padlock on every endpoint there exists. **Example** api-platform.php ` 'swagger_ui' => [ 'enabled' => true, 'persist_authorization' => true, 'apiKeys' => [ 'api' => [ 'type'...
**API Platform version(s) affected**: 4.1.12 **Description** When using primary key columns named other than `id` (for example prefixed with the table name, `author_id`) they get filtered away as "candidates" for...
| Q | A | ------------- | --- | Branch? | 4.1 | Tickets | | License | MIT | Doc PR | Fix OpenApi attribute extraction from ApiResource Xml...
**API Platform version(s) affected**: 4.1.12 **Symfony version**: 6.4 **Description** Configuring the `class` property on an `#[ApiResource]` does not propagate to the class at the operation level. **How to reproduce** The...
| Q | A | ------------- | --- | Branch? | main | License | MIT Still a few things left to be done but this is a first approach....
| Q | A | ------------- | --- | Branch? | main | Tickets | Closes #7087 | License | MIT This is a Draft. It's missing unit tests to...
**API Platform version(s) affected**: 4.0.17 (symfony) **Description** Adding configuration directly under the resource config (like described in the documentation) does result in an error. **How to reproduce** https://api-platform.com/docs/core/pagination/#disabling-the-pagination-for-a-specific-resource ```yaml #...