-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Docs for API Platform 2.6 #1255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
distribution/index.md
Outdated
* a [Helm](https://helm.sh/) chart to deploy the API in any [Kubernetes](https://kubernetes.io/) cluster | ||
API Platform contains [a **PHP** library (Core)](../core/index.md) to create fully featured hypermedia (or [GraphQL](../core/graphql.md)) web APIs supporting industry-leading standards: [JSON-LD](https://json-ld.org/) with [Hydra](https://www.hydra-cg.com/), [OpenAPI](../core/swagger.md)... | ||
|
||
It also provides ambitious **JavaScript** tools to create web and mobile apps based on the most popular frontend technologies in a snap. To do so, these tools parse the documentation of the API (or of any other API supporting Hydra or OpenAPI). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It also provides ambitious **JavaScript** tools to create web and mobile apps based on the most popular frontend technologies in a snap. To do so, these tools parse the documentation of the API (or of any other API supporting Hydra or OpenAPI). | |
It provides ambitious **JavaScript** tools to create web and mobile applications based on the most popular frontend technologies in a snap. These tools parse the documentation API's or any other API supporting Hydra or OpenAPI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API's ?
*/ | ||
public $book; | ||
/** The id of this review. */ | ||
private ?int $id = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is the id nullable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To prevent issues if this property is assessed before an ID is generated by the DBMS.
Co-authored-by: Antoine Bluchet <[email protected]>
Co-authored-by: Antoine Bluchet <[email protected]>
Co-authored-by: Antoine Bluchet <[email protected]>
Co-authored-by: Alan Poulain <[email protected]>
Co-authored-by: Alan Poulain <[email protected]>
Co-authored-by: Alan Poulain <[email protected]>
Co-authored-by: Alan Poulain <[email protected]>
Co-authored-by: Alan Poulain <[email protected]>
Remaining tasks (to do in separated PRs):
defaults
configuration optionSee https://dunglas.fr/2020/12/api-platform-2-6-php-8-support-next-js-and-nuxt-js-app-generator-caddy-server-activitypub-and-much-more/.