From fd71569a3977ca9cd48aee9724a8baf01fc05a28 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Thu, 16 Feb 2012 23:24:16 +0100 Subject: [PATCH] Doc --- Design.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Design.md b/Design.md index 71cb74c0..f0aa5338 100644 --- a/Design.md +++ b/Design.md @@ -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