While looking into #15, I noticed the ListRelease endpoint of the github releases API returns each release with an unpaginated list of all the assets in each release. The number of releases is paginated (default is 30, max 100), but the asset list isn't (for example, this release returned all 10k assets w/names).
We could use this list to cross-reference for previously compiled probes, needing just 1 github API request to do so.
While looking into #15, I noticed the ListRelease endpoint of the github releases API returns each release with an unpaginated list of all the assets in each release. The number of releases is paginated (default is 30, max 100), but the asset list isn't (for example, this release returned all 10k assets w/names).
We could use this list to cross-reference for previously compiled probes, needing just 1 github API request to do so.
Example run.