Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions usecases/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down