summaryrefslogtreecommitdiff
path: root/uml/api.dot
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2010-10-15 16:36:05 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2010-10-15 16:36:05 +0200
commitd26bbba5c1a46162695b950ed045f0c3057f8077 (patch)
tree0e17a85e61891ce36dd29dce45c485c6ffee4969 /uml/api.dot
parentgraphical representation (UML Class Diagram) of the Rx schema. (diff)
downloadspore-specifications-d26bbba5c1a46162695b950ed045f0c3057f8077.tar.gz
more explicit names
Diffstat (limited to 'uml/api.dot')
-rw-r--r--uml/api.dot2
1 files changed, 1 insertions, 1 deletions
diff --git a/uml/api.dot b/uml/api.dot
index 4d2a3dc..43d92ca 100644
--- a/uml/api.dot
+++ b/uml/api.dot
@@ -3,7 +3,7 @@ digraph {
node [shape=record];
"Method"
- [label="{\N|authentication : boolean\lbase_url : string\ldescription : string\lexpected : table&lt;number&gt;\lformat : table&lt;string&gt;\lmethod : string\loptional : table&lt;string&gt;\lpath : string\lrequired : table&lt;string&gt;\l}"];
+ [label="{\N|authentication : boolean\lbase_url : string\ldescription : string\lexpected_status : table&lt;number&gt;\lformat : table&lt;string&gt;\lmethod : string\loptional_params : table&lt;string&gt;\lpath : string\lrequired_params : table&lt;string&gt;\l}"];
"API"
[label="{\N|authentication : boolean\lauthority : string\lbase_url : string\ldescription : string\lformat : table&lt;string&gt;\lmeta : table&lt;string,string&gt;\lmethods : table&lt;string,Method&gt;\lname : string\lversion : string\l}"];