Updated HATEOAS (#1090)

* Updated HATEOAS

* Removed Colour Scheme
pull/1657/head
Kodey Thomas 3 years ago committed by GitHub
parent 8d8203bde1
commit b47fc5f8a8
  1. 5
      content/roadmaps/101-backend/content/109-apis/104-hateoas.md

@ -1 +1,6 @@
# 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
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Watch' href='https://youtu.be/MiOSzpfP1Ww?t=236'>Oktane17: Designing Beautiful REST + JSON APIs (3:56 - 5:57)</BadgeLink>

Loading…
Cancel
Save