From 670e9e83fcae64acc20e94450e4eab145d84ec50 Mon Sep 17 00:00:00 2001 From: younggglcy Date: Wed, 2 Sep 2026 11:14:32 +0800 Subject: [PATCH] fix(api-design): correct resource modeling title --- .../content/resource-modeling@8IDks2DNFZ5nER7wK2Bu4.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/roadmaps/api-design/content/resource-modeling@8IDks2DNFZ5nER7wK2Bu4.md b/roadmaps/api-design/content/resource-modeling@8IDks2DNFZ5nER7wK2Bu4.md index dedd88151d45..72336860db47 100644 --- a/roadmaps/api-design/content/resource-modeling@8IDks2DNFZ5nER7wK2Bu4.md +++ b/roadmaps/api-design/content/resource-modeling@8IDks2DNFZ5nER7wK2Bu4.md @@ -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) \ No newline at end of file +- [@video@Modeling RESTful API Resources](https://www.youtube.com/watch?v=E7WSBLHEvbI)