ZEROSPAM\Framework\SDK\Response\RateLimit\IRateLimitData
Class RateLimitData.
Represent the number of request allowed in a minute
How many are still alowed and in the case there is too many done,
when can the next one be done
Synopsis
interface IRateLimitData
{
- // methods
- public int getMaxPerMinute()
- public int getRemaining()
- public Carbon getEndOfThrottle()
Methods
public
- getEndOfThrottle() — Getter for endOfThrottle.
- getMaxPerMinute() — Getter for maxPerMinute.
- getRemaining() — Getter for currentUsage.