File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Since you only need to describe the structure of the data to expose, API Platfor
4
4
API framework. However, the "design-first" methodology is strongly recommended: first you design the ** public shape** of
5
5
API endpoints.
6
6
7
- To do so, you have to write a plain old PHP object representing the input and output of your endpoint. This is the class
7
+ To do so, you have to write a plain old PHP object (POPO) representing the input and output of your endpoint. This is the class
8
8
that is [ marked with the ` @ApiResource ` annotation] ( ../distribution/index.md ) .
9
9
This class ** doesn't have** to be mapped with Doctrine ORM, or any other persistence system. It must be simple (it's usually
10
10
just a data structure with no or minimal behaviors) and will be automatically converted to [ Hydra] ( extending-jsonld-context.md ) ,
You can’t perform that action at this time.
0 commit comments