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

Commit

Permalink
fix inadequate underline length in hateos heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gough committed Sep 4, 2015
1 parent 9cd0fcd commit c509ae8
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,5 +1,5 @@
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 c509ae8

Please sign in to comment.