add rate limit call so spaz will work
This commit is contained in:
parent
285d617569
commit
db336929cd
2 changed files with 22 additions and 1 deletions
5
view/api_ratelimit_xml.tpl
Normal file
5
view/api_ratelimit_xml.tpl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<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>
|
||||
</hash>
|
||||
Loading…
Add table
Add a link
Reference in a new issue