]> git.mxchange.org Git - friendica.git/blob - view/templates/api_ratelimit_xml.tpl
Merge pull request #984 from annando/master
[friendica.git] / view / templates / api_ratelimit_xml.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <hash>
7  <remaining-hits type="integer">{{$hash.remaining_hits}}</remaining-hits>
8  <hourly-limit type="integer">{{$hash.hourly_limit}}</hourly-limit>
9  <reset-time type="datetime">{{$hash.reset_time}}</reset-time>
10  <reset_time_in_seconds type="integer">{{$hash.resettime_in_seconds}}</reset_time_in_seconds>
11 </hash>