Skip to content

Commit ffe3e5b

Browse files
corke2013Keegan Cordeiro
andauthored
update pagination example (#105)
Co-authored-by: Keegan Cordeiro <[email protected]>
1 parent 2219881 commit ffe3e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usecases/pagination.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
phq = Client(access_token=ACCESS_TOKEN)
99

1010

11-
# broadcasts and events endpoints use the same approach for search pagination.
11+
# broadcasts, features, beam and events endpoints use the same approach for search pagination.
1212
# The following examples are on the events endpoint but you can reuse them
13-
# for the broadcasts endpoint.
13+
# interchangably with the other endpoints.
1414

1515

1616
# By default the search() method only returns the first

0 commit comments

Comments
 (0)