notion-py icon indicating copy to clipboard operation
notion-py copied to clipboard

Fix pagination in call_load_page_chunk()

Open shawwn opened this issue 4 years ago • 1 comments

Closes #304

This PR fixes call_load_page_chunk() by following the same pattern that the Go client uses: https://github.com/kjk/notionapi/blob/6e6cd02e33107cb0baa8c30f0229b0342ad08d3f/client.go#L299-L303

I've verified that the smoke tests pass successfully, and I checked that the pagination logic works when using a limit of 1.

shawwn avatar Sep 08 '21 04:09 shawwn

Had the same issue, please merge this 👍

jakobowsky avatar Sep 18 '21 14:09 jakobowsky