aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/api_ratelimit_xml.tpl
blob: a34eb6723463c1176ffdb8f6d9d16eeda5adff85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
<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>