1
0

Updated API documentation.

This commit is contained in:
Mattes D
2016-07-06 12:39:56 +02:00
parent 28732bc339
commit f8e1df2476
19 changed files with 384 additions and 157 deletions

View File

@@ -52,6 +52,17 @@ return
Username = { Type = "string", Notes = "Name of the logged-in user." },
},
}, -- HTTPRequest
HTTPTemplateRequest =
{
Desc = [[This class is used only in the WebAdmin template script as the parameter to the function that provides the template.
]],
Variables =
{
Request = { Type = "HTTPRequest", Notes = "The request for which the template is being built." },
},
}, -- HTTPTemplateRequest
}