friendica/view/api_ratelimit_xml.tpl

5 lines
210 B
Smarty
Raw Normal View History

2011-06-21 02:16:13 +02:00
<hash>
<remaining-hits type="integer">$hash.remaining_hits</remaining-hits>
<hourly-limit type="integer">$hash.hourly_limit</hourly-limit>
<reset-time type="datetime">$hash.reset_time</reset-time>
</hash>