From a7ac54f71b4b7453a4ca471acf79da7bbb6d9cf8 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 18 Jun 2014 14:12:52 -0300 Subject: [PATCH] more slides --- rest-reveal/index.html | 45 +++++++++++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/rest-reveal/index.html b/rest-reveal/index.html index 793b413..4b04d7d 100644 --- a/rest-reveal/index.html +++ b/rest-reveal/index.html @@ -121,20 +121,37 @@ img {
- Em ReST, métodos HTTP viram CRUD: - - - - - - - - - - - - -
OperaçãoMétodo
CreatePOST
RetrieveGET
UpdatePUT
DeleteDELETE
+

+ Em ReST, métodos HTTP viram CRUD: +

+ + +
+ + +
+
+

Recursos

+ +
+ +
+
    +
  • Em ReST, as "tabelas" são chamadas "recursos".
  • +
  • Sempre substantivos no plural.
  • +
  • Duas URLs por recurso +
      +
    • Uma para o conjunto;
    • +
    • Uma para elementos específicos.
    • +
    +
  • +