1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

Added HATEOAS resources (#5438)

Added Resource
This commit is contained in:
Deepak Mardi
2024-05-10 03:06:13 +05:30
committed by GitHub
parent fb77e54d54
commit bb9a911e59

View File

@@ -1,3 +1,5 @@
# Hateoas
HATEOAS is an acronym for <b>H</b>ypermedia <b>A</b>s <b>T</b>he <b>E</b>ngine <b>O</b>f <b>A</b>pplication <b>S</b>tate, it's the concept that when sending information over a RESTful API the document received should contain everything the client needs in order to parse and use the data i.e they don't have to contact any other endpoint not explicitly mentioned within the Document.
- [What is HATEOAS and why is it important for my REST API?](https://restcookbook.com/Basics/hateoas/)