api-platform icon indicating copy to clipboard operation
api-platform copied to clipboard

Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.

Results 237 api-platform issues
Sort by recently updated
recently updated
newest added

I want to filter data in PHP. I added date filter ```#[ApiFilter(DateFilter::class, properties: ['createdAt'])]```. I sent dates like ```createdAt.before=02-09-2022``` and ```createdAt.after=2022-07-10``` and got data like this: ``` id createdAt name...

In Caddy v2.5.2 released last month, the `expression` matcher was upgraded in https://github.com/caddyserver/caddy/pull/4715 to embed the other main built-in matchers as functions inside of the CEL expressions. This makes it...

| Q | A | ------------- | --- | Branch? | main for features / current stable version branch for bug fixes | Tickets | n/a | License | MIT...

The Next.js Docker image should be improved by using the official image: * https://github.com/vercel/next.js/tree/canary/examples/with-docker-compose * https://github.com/vercel/next.js/tree/canary/examples/with-docker-multi-env * https://github.com/vercel/next.js/tree/canary/examples/with-docker

**API Platform version(s) affected**: 2.6.8 **Description** While using any DataTransformer the subresource collections inside affected objects return all the records from related resource instead of linked ones. The bug reproduces...

Hi @ all i have a authorization via openid-connect. Swagger UI support this authorization: https://swagger.io/docs/specification/authentication/openid-connect-discovery/ But API Plattform has no settings for this: https://api-platform.com/docs/core/configuration/ Has anybody a idea?

| Q | A | ------------- | --- | Branch? | main for features / current stable version branch for bug fixes | Tickets | #1847 | License | MIT...

Needs work

**Description** Hi I'm using the [Date Filter](https://api-platform.com/docs/core/filters/#date-filter) for 1 of my entity. But I got a problem. The format of my date in my bdd is not `Y-m-d` but `d/m/Y`....

**API Platform version(s) affected**: 2.6.8 **Description** When set `readableLink=false` on property targetting an abstract class (using `ORM\InheritanceType('JOINED')`) with a normalization group, this property is embedded even if it should not....

In the docs I can read that api platform supports openapi, however I can not find any way to **import an api description**. How can this be done?