aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/api_ratelimit_xml.tpl
blob: c1a6f7bf8ce4d86d063c347cf85873037a1609fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{*
 *	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>