Flutterwave / Python-v2

Python library for Flutterwave for Business (F4B) v2 APIs
https://developer.flutterwave.com/
MIT License
21 stars 14 forks source link

Pagination in response data #95

Open corakwue opened 2 years ago

corakwue commented 2 years ago

Hi team, I see a call to say rave.Transfer.all() shows returnedData['data']field has['page_info', 'transfers']. The page_info shows a total of 26 transfers as such:{'total': 26, 'current_page': 1, 'total_pages': 3}. The current_page has is limited to just 10 transfers and I need to access the remaining transfers - how do I do that?

corakwue commented 2 years ago

@Corvus97 pls can you provide some feedback here?