How can I download a zip file from a specific commit?
After I get a RepoCommit object by
RepoCommit.Smart smt = new RepoCommit.Smart(commit);
I want to get the Zip file of the commit via smt.sha() and download the file from GitHub.
Is it possible to do this?
@amihaiemil/z please, pay attention to this issue
@rainywang/z this project will fix the problem faster if you donate a few dollars to it; just click here and pay via Stripe, it's very fast, convenient and appreciated; thanks a lot!
@rainywang I'm not sure it's implemented in the library, but if you can get the sha code, then you might be able to make the HTTP call yourself, by using the underlying HTTP request (you can get it from the Github instance which has the method entry())