pub-dev icon indicating copy to clipboard operation
pub-dev copied to clipboard

Serve all /api/... requests needed for `pub get` and `pub upgrade` from statically generated files

Open sigurdm opened this issue 5 years ago • 2 comments

If we could pregenerate the response to

/api/packages/foo
/api/packages/foo.tar.gz

And store it for example in a cloud storage bucket, and statically redirect all queries directly to that bucket would make it much easier to feel confident in the availability of pub get and pub upgrade.

sigurdm avatar Nov 15 '19 14:11 sigurdm