aboutsummaryrefslogblamecommitdiffstats
path: root/view/api_ratelimit_xml.tpl
blob: 36ec1993df454bcea5da5e87577b5ff421160226 (plain) (tree)
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>