patchbio / notion-tools

Python tools to work with Notion
Apache License 2.0
8 stars 3 forks source link

Added nonpaginated wrapper for notion endpoints #4

Closed laserson closed 2 years ago

laserson commented 2 years ago

Creates a wrapper function that includes the logic to "convert" a paginated Notion API endpoint to a nonpaginated one by iterating on the endpoint until there are no additional results.

heuermh commented 2 years ago

Looks good to me, thank you @laserson!