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
But when the limits are fine (response code 200), we don't get these headers :(
But we need them to calculate how many requests are left for the day.
Especially these two headers:
ratelimit-remaining: 0
ratelimit-reset: 14692
So, it would be nice to get these header also on an 200er response :)
The text was updated successfully, but these errors were encountered:
When I call the vehicle_data endpoint and the rate limits are exceeded (response code 429) I get this response headers:
But when the limits are fine (response code 200), we don't get these headers :(
But we need them to calculate how many requests are left for the day.
Especially these two headers:
So, it would be nice to get these header also on an 200er response :)
The text was updated successfully, but these errors were encountered: