library · inferred from evidence
recurly-client-python
A Python client library for interacting with the Recurly API.
- 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
- recurly python: account.billing_info raises AttributeError on new accounts
With the recurly V2 python client (2.2.17, python 3.5), creating a new account and then reading account.billing_info raised AttributeError — even after re-fetching with Account.get('1'). The reporter was following the docs example for updat