summaryrefslogtreecommitdiff
path: root/uml
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2010-11-01 07:47:55 +0100
committerFrancois Perrad <francois.perrad@gadz.org>2010-11-01 07:47:55 +0100
commitcaa8ff43ec4725591fc0201f8aef07da2b621bf7 (patch)
tree9424925fd2a8068ac76b57a426b2a8b38cd80cac /uml
parentadd deprecated at method level (diff)
downloadspore-specifications-caa8ff43ec4725591fc0201f8aef07da2b621bf7.tar.gz
update UML representation
Diffstat (limited to '')
-rw-r--r--uml/api.dot4
-rw-r--r--uml/api.pngbin27836 -> 34267 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/uml/api.dot b/uml/api.dot
index 9a0ed96..400f442 100644
--- a/uml/api.dot
+++ b/uml/api.dot
@@ -3,12 +3,12 @@ digraph {
node [shape=record];
"API"
- [label="{\N|methods : map&lt;string,Method&gt;\lname : string\l\lauthentication : boolean\lauthority : string\lbase_url : string\ldescription : string\lexpected_status : array&lt;number&gt;\lformats : array&lt;string&gt;\lmeta : map&lt;string,string&gt;\lversion : string\l}"];
+ [label="{\N|methods : map&lt;string,Method&gt;\lname : string\l\lauthentication : boolean\lauthority : string\lbase_url : string\ldescription : string\lexpected_status : array&lt;number&gt;\lformats : array&lt;string&gt;\lmeta : map&lt;string,string&gt;\lunattended_params : boolean\lversion : string\l}"];
"API" -> "Method"
[label = "methods", arrowhead = none, arrowtail = odiamond];
"Method"
- [label="{\N|method : string\lpath : string\l\lauthentication : boolean\lbase_url : string\ldescription : string\lexpected_status : array&lt;number&gt;\lform-data : map&lt;string,string&gt;\lformats : array&lt;string&gt;\loptional_params : array&lt;string&gt;\lrequired_params : array&lt;string&gt;\lrequired_payload : boolean\l}"];
+ [label="{\N|method : string\lpath : string\l\lauthentication : boolean\lbase_url : string\ldeprecated : boolean\ldescription : string\lexpected_status : array&lt;number&gt;\lform-data : map&lt;string,string&gt;\lformats : array&lt;string&gt;\lheaders : map&lt;string,string&gt;\loptional_params : array&lt;string&gt;\loptional_payload : boolean\lrequired_params : array&lt;string&gt;\lrequired_payload : boolean\lunattended_params : boolean\l}"];
}
diff --git a/uml/api.png b/uml/api.png
index 8385218..a84dc81 100644
--- a/uml/api.png
+++ b/uml/api.png
Binary files differ