Kévin Dunglas
Kévin Dunglas
This is a workaround for https://github.com/symfony/symfony/issues/33393. Currently, because of a limitation in Symfony, a default `Accept` HTTP header is always set to `text/html`. This is annoying when testing an API:...
This crashes `` while this works ``. It would be nice to support for non-absolute URLs, especially now that the distribution exposes the API and the PWA on the same...
The new IRI only option introduced in API Platform core (https://github.com/api-platform/core/pull/3275) isn't supported yet by API Platform Admin. The admin should issue an extra request if the item of the...
Using https://github.com/marmelab/react-admin/tree/master/packages/ra-data-graphql should do the trick.
Currently, it's only possible to sort by properties also having a search filter associated to it. There is no reasons for this arbitrary limitation, it looks like a bug to...
The NPM package name should start with `create-` to be usable with `yarn create`. I suggest to rename it `create-api-platform-client`.
See https://github.com/tj/commander.js/blob/master/CHANGELOG.md#migration-tips.
We should add an example of how to use API Platform with Next on this page https://nextjs.org/docs/basic-features/data-fetching (similar to Wordpress, Strapi... examples).
**Description** It could be nice to use the SWR library for data fetching: https://github.com/vercel/swr#ssr-with-nextjs