This commit is contained in:
Vincent Jacques
2012-02-16 23:24:16 +01:00
parent 9036d7892d
commit fd71569a39
+3
View File
@@ -1,4 +1,5 @@
Object:
- GET-able or not: lazy on attribute reading
- PATCH-able or not: object.edit( ... )
- DELETE-able or not: object.delete()
@@ -7,9 +8,11 @@ Object:
- lists (in a specific GET)
Scalar:
- fondamental type or objet
List:
- contains fondamental type or objet
- GET-able or not
- elements GET-able or not