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
there is an 'each' on the events object to iterate on all events and auto-page but i can't combine it with params, e.g. to restrict by recipient?
there is a next that tries to be 'smart' but it seems to loop when it's at the last page as it simply goes out and fetches all events again as next_page is nil?
because @next_page is not exposed, it seems we are unable to write that ourselves?
regards
koen
The text was updated successfully, but these errors were encountered:
i'm puzzled about your events abstractions
there is an 'each' on the events object to iterate on all events and auto-page but i can't combine it with params, e.g. to restrict by recipient?
there is a next that tries to be 'smart' but it seems to loop when it's at the last page as it simply goes out and fetches all events again as next_page is nil?
because @next_page is not exposed, it seems we are unable to write that ourselves?
regards
koen
The text was updated successfully, but these errors were encountered: