Using only the usual sg.find() and filtering style, can I fully mimic the read_activity_stream()?
I am trying to work around the limitations of the version in-house which is just before the 6.2.0 update that enables the latter method. I have built a workaround using a python web-testing library but seems like an inelegant solution to such a straight forward issue.
Has anyone else found a solution to this besides upgrading?