nielswinters
Neophyte
2 months agoHow to handle rate limiting in the LogicMonitor SDK v3?
In order to prevent running into 429 errors, I would like to check the 'x-rate-limit-remaining' in the response headers when I have made a call. But it appears these headers are only returned when an exception already has taken place.
Is it possible to check these values or are these simply not returned unless there is an error? In the latter case, please consider this a feature request. :)
Screenshot for reference:
Thanks!