From c1ebe9ae47aa379dc5d8af5079d5e22a58144af8 Mon Sep 17 00:00:00 2001 From: "Micael Levi L. Cavalcante" Date: Wed, 14 Feb 2024 07:15:42 -0400 Subject: [PATCH] Fix broken link (#5170) remove unavailable youtube video --- src/data/roadmaps/backend/content/109-apis/104-hateoas.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/data/roadmaps/backend/content/109-apis/104-hateoas.md b/src/data/roadmaps/backend/content/109-apis/104-hateoas.md index 348a17ba8..34c435bdb 100644 --- a/src/data/roadmaps/backend/content/109-apis/104-hateoas.md +++ b/src/data/roadmaps/backend/content/109-apis/104-hateoas.md @@ -1,7 +1,3 @@ # 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 - -Visit the following resources to learn more: - -- [Oktane17: Designing Beautiful REST + JSON APIs (3:56 - 5:57)](https://youtu.be/MiOSzpfP1Ww?t=236) +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.