order
aggregate type is created by listing all available feeds:since
can be appended to the URL to reduce the feed to only include “new” events.hasMore
in the feed response indicates whether the returned result got limited (because of size) or not. If it’s set to true
you could immediately send a new poll request, with an updated since
field, to keep on consuming events.