GoogleChromeLabs / chrome-for-testing

https://googlechromelabs.github.io/chrome-for-testing/
Apache License 2.0
704 stars 83 forks source link

Generate metadata file for each version #110

Closed OrKoN closed 8 months ago

OrKoN commented 8 months ago

This allows clients to find all metadata for a given version without the need to fetch the (larger) file with all versions.

mathiasbynens commented 8 months ago

This is a much more scalable approach that still enables people to get the download URLs from the API instead of hardcoding them. Thanks!

Some TODOs before we land this:

OrKoN commented 8 months ago

Done, PTAL.