fix(api-design): correct resource modeling title (#10265)

This commit is contained in:
younggglcy
2026-09-03 10:20:14 +02:00
committed by GitHub
parent 4092dfc3c9
commit 468065609f
@@ -1,6 +1,4 @@
# undefined
#Resource Modeling
# Resource Modeling
Resource modeling is the process of deciding what "things" your API exposes and how they map to URLs. A resource is any noun your API manages, like a user, an order, or a product. Modeling it means defining its boundaries, its relationships to other resources, and what data it carries. Good resource modeling done upfront prevents awkward URL structures and inconsistent data shapes that are painful to fix once consumers are depending on your API.
@@ -8,4 +6,4 @@ Visit the following resources to learn more:
- [@article@Practical Guide to REST API Resource Modeling](https://www.advancedcustomfields.com/blog/rest-api-resource/)
- [@article@Resource modelling: think before you start coding](https://medium.com/abn-amro-developer/resource-modelling-think-before-you-start-coding-a421357e9756)
- [@video@Modeling RESTful API Resources](https://www.youtube.com/watch?v=E7WSBLHEvbI)
- [@video@Modeling RESTful API Resources](https://www.youtube.com/watch?v=E7WSBLHEvbI)