aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/api_ratelimit_xml.tpl
blob: e4b470a255096611459117b4348355817e806403 (plain) (blame)
1
2
3
4
5
6
<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>
 <reset_time_in_seconds type="integer">{{$hash.resettime_in_seconds}}</reset_time_in_seconds>
</hash>