%include file="header.html"/>
generated on ${when}
<%include file="about.html"/>${modules[group]}
% endifResource | Description | |
---|---|---|
${b.method.upper()} | ${b.route|h} | ${b.description|h} |
${modules[group]}
% endif${b.non_working}
${b.description|n}
%if len(b.params) > 0:${param.paramtype.upper()} |
${param.name} %if param.required: required %else: optional %endif |
${param.type} | ${param.rest} |
${b.returns}
%if len(b.examples) > 0:${e.getcode()|trim}%endfor %endif % endfor