This message was deleted.
# develocity
s
This message was deleted.
k
I think the BuildsQuery param is the problem...AFAIK, you can't filter the builds w/ a query... I asked for it the ability to filter builds a while back: https://gradle-community.slack.com/archives/CFW1EQHNE/p1649354572177149
d
that would be surprising that the sample code doesn't work out of the box, I don't know much about the OpenAPI standard, but the code to use the
BuildsQuery
param is generated.
k
openapi python generator is broken too FYI... I tried to use that initially and ended up just generating URLs...
d
oof, my dream of writing little code for this is fading
i probably don't need typed data, i was planning on shoving the JSON results into Honecomb
k
lol...it's actually not much code... I ended up doing it in python because it's fairly simple to do there...
for Java, if you want to do super simple, you can do a few okhttp calls or retrofit if you want
also, quick performance tip, you can hit the /gradle-attributes tip w/ parallel calls for speed... you only need to get the list of builds serially.
🎉 1
n
what version of Gradle Enterprise are you on?
d
Gradle Enterprise 2022.2.5