bunq / sdk_python

Python SDK for bunq API
MIT License
106 stars 25 forks source link

Add Pagination #20

Closed dnl-blkv closed 7 years ago

dnl-blkv commented 7 years ago

How to Reproduce

  1. Make a LIST call with count=1 over a resource for which you have at least 2 items
  2. Try to get the next page of the results

What Should Happen

  1. The next page is specified in Pagination object and is easy to get

What Happens

  1. There is no pagination in Python SDK and therefore no way to get the next page
OGKevin commented 7 years ago

Closing in favour of #21