toverainc / willow-application-server

Willow Application Server
Apache License 2.0
19 stars 9 forks source link

There is no API to list what builds are already downloaded/cached #27

Closed nikito closed 11 months ago

nikito commented 12 months ago

We have an API to tell us what releases are available from GitHub, but no way to know which ones are already downloaded/cached. I think either we need a separate API to get the local cached list, or a way to augment the releases API to tag the release data with which assets are already downloaded? I think the latter option is most efficient. 🙂

kristiankielhofner commented 11 months ago

Implemented in wasng