Brian Zambrano
Results
1
issues of
Brian Zambrano
**Describe the bug** The documentation shows code examples on how to iterate around a paginated list of accounts/pages: https://recurly-client-python.readthedocs.io/en/latest/#pagination per-page ```python pages = client.list_accounts(limit=200).pages() for page in pages: for account...
bug?