GitHub Proxy
A proxy for the GitHub's archive files.
It is intended to be used as resource urls for WordPress Playground.
Full Branch
Download all code for a specific branch. If no branch is passed, we will determine the default branch and return that. Full PR
Download all the code for a specific PR, referenced by the PR number Full Commit
Download all the code for a specific commit, referenced by the commit SHA Full Release
Download all the code for a release, referenced by the release tag Asset from a Release
Download a specific asset from a release, referenced by the release tag and asset filename
Partial Branch
Download only a certain subdirectory of the repo for a specific branch. Partial PR
Download only a certain subdirectory of the repo for a specific PR. Partial Commit
Download only a certain subdirectory of the repo for a specific commit. * Be sure to add the trailing slash after /proxy, for now