You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for rate limiting states that the reset time is a timestamp.
RateLimit-ResetTimeMillis as well as the examples in this repository suggests that the returned value would be the number of milliseconds until a reset.
The actual value returned is a unix timestamp approximately $IntervalMinutes in the future.
Unix timestamps are in seconds not milliseconds. So to avoid confusion the property should be renamed or at least
the example in the README should be updated to reflect that the returned value is a timestamp and not milliseconds until reset as is stated.
:)
The text was updated successfully, but these errors were encountered:
The documentation for rate limiting states that the reset time is a timestamp.
RateLimit-ResetTimeMillis as well as the examples in this repository suggests that the returned value would be the number of milliseconds until a reset.
The actual value returned is a unix timestamp approximately $IntervalMinutes in the future.
Unix timestamps are in seconds not milliseconds. So to avoid confusion the property should be renamed or at least
the example in the README should be updated to reflect that the returned value is a timestamp and not milliseconds until reset as is stated.
:)
The text was updated successfully, but these errors were encountered: