From 66a28c46938512e18ebc05722ed4b00cc00f4630 Mon Sep 17 00:00:00 2001 From: Keegan Cordeiro Date: Thu, 30 Jan 2025 11:27:06 +1300 Subject: [PATCH] update pagination example --- usecases/pagination.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usecases/pagination.py b/usecases/pagination.py index c30737b..547ccd9 100644 --- a/usecases/pagination.py +++ b/usecases/pagination.py @@ -8,9 +8,9 @@ phq = Client(access_token=ACCESS_TOKEN) -# broadcasts and events endpoints use the same approach for search pagination. +# broadcasts, features, beam and events endpoints use the same approach for search pagination. # The following examples are on the events endpoint but you can reuse them -# for the broadcasts endpoint. +# interchangably with the other endpoints. # By default the search() method only returns the first