summaryrefslogtreecommitdiff
path: root/uml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--uml/api.dot2
-rw-r--r--uml/api.pngbin34267 -> 34615 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/uml/api.dot b/uml/api.dot
index 400f442..83b727f 100644
--- a/uml/api.dot
+++ b/uml/api.dot
@@ -6,7 +6,7 @@ digraph {
[label="{\N|methods : map<string,Method>\lname : string\l\lauthentication : boolean\lauthority : string\lbase_url : string\ldescription : string\lexpected_status : array<number>\lformats : array<string>\lmeta : map<string,string>\lunattended_params : boolean\lversion : string\l}"];
"API" -> "Method"
- [label = "methods", arrowhead = none, arrowtail = odiamond];
+ [label="methods", dir=back, arrowtail=odiamond];
"Method"
[label="{\N|method : string\lpath : string\l\lauthentication : boolean\lbase_url : string\ldeprecated : boolean\ldescription : string\lexpected_status : array<number>\lform-data : map<string,string>\lformats : array<string>\lheaders : map<string,string>\loptional_params : array<string>\loptional_payload : boolean\lrequired_params : array<string>\lrequired_payload : boolean\lunattended_params : boolean\l}"];
diff --git a/uml/api.png b/uml/api.png
index a84dc81..e5afaba 100644
--- a/uml/api.png
+++ b/uml/api.png
Binary files differ