We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2219881 commit ffe3e5bCopy full SHA for ffe3e5b
usecases/pagination.py
@@ -8,9 +8,9 @@
8
phq = Client(access_token=ACCESS_TOKEN)
9
10
11
-# broadcasts and events endpoints use the same approach for search pagination.
+# broadcasts, features, beam and events endpoints use the same approach for search pagination.
12
# The following examples are on the events endpoint but you can reuse them
13
-# for the broadcasts endpoint.
+# interchangably with the other endpoints.
14
15
16
# By default the search() method only returns the first
0 commit comments