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