You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Fuzzo
The SDK provides a Page Iterator that allows you to fetch each page and execute a callback on each item should you prefer. Feel free to look at the linked docs and provide any feedback.
Is your feature request related to a problem? Please describe the problem.
I am trying to write a generic method to fetch all elements of a collection. With v5 it was pretty easy:
How I can write a similar generic method with v6?
What I'm doing wrong?
Thanks
Describe the solution you'd like.
A common base class to be used to fetch all elements of a collection
Additional context?
No response
The text was updated successfully, but these errors were encountered: