There was an error while loading. Please reload this page.
1 parent b67ca6d commit 14ec5a7Copy full SHA for 14ec5a7
1 file changed
core/design.md
@@ -1,8 +1,8 @@
1
# General Design Considerations
2
3
Since you only need to describe the structure of the data to expose, API Platform is both
4
-[a "design-first" and "code-first"](https://swagger.io/blog/api-design/design-first-or-code-first-api-development/)
5
-API framework. However, the "design-first" methodology is strongly recommended: first you design the
+[a "design-first" and "code-first"](https://swagger.io/blog/code-first-vs-design-first-api/) API
+framework. However, the "design-first" methodology is strongly recommended: first you design the
6
**public shape** of API endpoints.
7
8
To do so, you have to write a plain old PHP object (POPO) representing the input and output of your
0 commit comments