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