diff --git a/lessons/restquicktips.html b/lessons/restquicktips.html index 0b625ff..4f9ab2f 100644 --- a/lessons/restquicktips.html +++ b/lessons/restquicktips.html @@ -55,7 +55,7 @@
Whether it's technically RESTful or not (according to the six constraints mentioned previously), here are a few recommended REST-like concepts. These six quick tips will result in better, more usable services.
API consumers are capable of sending GET, POST, PUT, and DELETE verbs, and these verbs greatly enhance the clarity of what a given request does. Also, GET requests must not change any underlying resource data. Measurements and tracking may still occur, which updates data, but not resource data identified by the URI.
-Generally, the four primary HTTP verb are used as follows: +
Generally, the four primary HTTP verbs are used as follows: