diff --git a/content/roadmaps/101-backend/content/109-apis/104-hateoas.md b/content/roadmaps/101-backend/content/109-apis/104-hateoas.md index 5d512d077..56a8d4939 100644 --- a/content/roadmaps/101-backend/content/109-apis/104-hateoas.md +++ b/content/roadmaps/101-backend/content/109-apis/104-hateoas.md @@ -1 +1,6 @@ -# Hateoas \ No newline at end of file +# Hateoas + +HATEOAS is an acronym for Hypermedia As The Engine Of Application State, 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 + +Free Content +Oktane17: Designing Beautiful REST + JSON APIs (3:56 - 5:57)