product · inferred from evidence
X-RateLimit-Limit
A response header used to indicate the rate limit for API requests.
- TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' when Recurly...
On recurly-client-python 3.x (3.4.2, python 3.8), hitting the API rate limit crashed the client instead of raising a proper rate-limit error. The traceback ended at `self.rate_limit = int(self.__headers.get("X-RateLimit-Limit"))` in respons