Kévin Dunglas
Kévin Dunglas
**Description** APIs created with the API component of API Platform return JSON-LD documents. These documents can be used directly by RDF-aware tools, such as the [Google Rich Snippets crawler](https://search.google.com/test/rich-results?utm_campaign=sdtt&utm_medium=code). To...
It would be awesome if this library could work for any GraphQL API too.
The generator should work out of the box for any APIs described by an OpenAPI v2 or v3 specification. Needs https://github.com/api-platform/api-doc-parser/issues/37 and https://github.com/api-platform/api-doc-parser/issues/48 first.
It is currently not asked to add routes to the router.
The code related to Mercure added to the React app could easily be ported to Vue.
Yarn require the package to start with `create-` to be able to use this feature: https://yarnpkg.com/lang/en/docs/cli/create/ In the meantime we can also use `yarn dlx`.
* [ ] Take changes in the distribution into account in the getting started guide, see also https://github.com/api-platform/docs/issues/1219 * [ ] Add docs for PHP 8 attributes, use attributes in...
All built-in attributes should be listed and documented on https://github.com/api-platform/docs/blob/2.4/core/configuration.md The full list of built-in attributes is available in the annotations: https://github.com/api-platform/core/tree/master/src/Annotation For every attribute in the annotations, we should...
Many newcomers struggle to find the explanation about the architectural style and the standards API Platform is built on. They are - among many others - REST, HTTP, URL/URI/IRI, JSON-LD,...