documentation/layouts/shortcodes/api_method_info.html

29 lines
582 B
HTML
Raw Normal View History

2018-10-05 00:59:57 +02:00
<table>
<tbody>
<tr>
<th style="text-align: left">Response format</th>
<td>JSON</td>
</tr>
<tr>
<th style="text-align: left">Requires authentication</th>
<td>{{ .Get "auth" }}</td>
</tr>
<tr>
<th style="text-align: left">Requires user</th>
<td>{{ .Get "user" }}</td>
</tr>
<tr>
<th style="text-align: left">Scope</th>
<td><code>{{ .Get "scope" }}</code></td>
</tr>
<tr>
<th style="text-align: left">Available since</th>
<td>{{ .Get "version" }}</td>
</tr>
</tbody>
</table>