summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2010-10-25 10:44:26 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2010-10-25 10:44:26 +0200
commitd8ab7e7e5614f6c5907a919e6c3d4be8991786e8 (patch)
tree017e9708a2a33fcb86fc7de045152a82421d7e51
parentadd form-data at method level (diff)
downloadspore-specifications-d8ab7e7e5614f6c5907a919e6c3d4be8991786e8.tar.gz
update UML
Diffstat (limited to '')
-rw-r--r--uml/api.dot4
-rw-r--r--uml/api.pngbin30447 -> 27836 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/uml/api.dot b/uml/api.dot
index d5ade1d..9a0ed96 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\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;\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;\lformats : array&lt;string&gt;\loptional_params : array&lt;string&gt;\lrequired_params : array&lt;string&gt;\l}"];
+ [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}"];
}
diff --git a/uml/api.png b/uml/api.png
index a147d35..8385218 100644
--- a/uml/api.png
+++ b/uml/api.png
Binary files differ