blob: 1c903df87c58078caabe6e7a676b7fe351d4690f (
plain) (
tree)
|
|
digraph {
node [shape=record];
"API"
[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", 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\lpayload : array<string>\lrequired_params : array<string>\lrequired_payload : boolean\lunattended_params : boolean\l}"];
}
|