diff --git a/lessons/whatisrest.html b/lessons/whatisrest.html index 4a6e4f1..0b477f1 100644 --- a/lessons/whatisrest.html +++ b/lessons/whatisrest.html @@ -63,59 +63,54 @@

The REST architectural style describes six constraints. These constraints, applied to the architecture, were originally communicated by Roy Fielding in his doctoral dissertation (see http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm) and defines the basis of RESTful-style.

-

The six constraints are:

-

@@ -138,6 +133,7 @@
  • What Is REST?
  • REST Quick Tips
  • HTTP Methods
  • +
  • Resource Naming
  • HTTP Status Codes