You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/share/templates/helpers/api_req_res.tt

15 lines
388 B

<h[% level %]>Example Request and Response</h[% level %]>
<table>
<tr><th>Request</th><th>Response</th></tr>
<tr>
<td>
<code>[% FOR r IN request; r _ "\n" | html; END %]</code>
</td>
<td>
<code>[% FOR r IN response; r _ "\n" | html; END %]</code>
</td>
</tr>
</table>
[% # vim: set tabstop=4 syntax=html expandtab: -%]