From bfa1df1dfe0ea0a29d530fd966a60c38732eb5a5 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 13 Aug 2026 03:31:42 +0000 Subject: [PATCH] docs: name the page cursor property as Python spells it The pagination heading called it nextPageCursor, which is how the JavaScript SDK spells it. In this SDK it is pagination.next_page_cursor, as the example under that very heading already shows. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01PpqwDhZmyikGbjmCPqFW2A --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 4dbba7bb..8b1c5891 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ Contents * `Pagination`_ - * `Manually fetch pages with the nextPageCursor`_ + * `Manually fetch pages with the next_page_cursor`_ * `Resume pagination`_ @@ -282,8 +282,8 @@ Pagination Some Seam API endpoints that return lists of resources support pagination. Use the ``SeamPaginator`` class to fetch and process resources across multiple pages. -Manually fetch pages with the nextPageCursor -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Manually fetch pages with the next_page_cursor +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. code-block:: python