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
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