This message was deleted.
# develocity
s
This message was deleted.
😂 1
f
You can look at https://github.com/gradle/gradle-enterprise-api-samples to see how to achieve infinite 'streaming'. You basically use the last build returned on a given query as the 'sinceBuild' of the next request. Would this work for you?
k
yep, will be doing that... Most paging REST APIs have a count of results between a time range though (though the API doesn't support a time range 🙂) I'm just interested in grabbing stats for the previous day/week to keep longer term stats...
f
Noted
thank you 1