Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #43 from chris-beer/master
Browse files Browse the repository at this point in the history
Thanks for the typo fix! (hateos.rst)
  • Loading branch information
monkeypants committed Aug 24, 2015
2 parents ed40d49 + 2f4744c commit 64c59f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_publish/hateos.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Manageme state with HATEOAS
Management state with HATEOAS
===========================

“Hypermedia As The Engine Of Application State” (HATEOAS) is a RESTful technique that can make consumer applications simpler and more robust. In many applications, the allowed actions on a resource depend on the state of that resource. Rather than require the consumer to understand and code for the allowed states, HATEOAS provides a means for the server to say what is allowed. The concept is best explained by example.
Expand Down

0 comments on commit 64c59f8

Please sign in to comment.