notion-py
notion-py copied to clipboard
Fix pagination in call_load_page_chunk()
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.
Had the same issue, please merge this 👍