Download a VCS Release

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Downloads a complete release tarball (tar.gz/zip, default tar.gz) of a tag from GitHub.

Since: 4.3.0

Security: Requires a privileged user (can be anonymous)

VCS Usage: GitHub only

Usage: GET /api/vcs/downloadRelease/{repoKey}/{userOrg}/{repo}/{release-name}?ext=tar.gz/zip (default tar.gz)

Produces: application/octet-stream

Sample Output:

GET /api/vcs/downloadRelease/git-remote/google/protobuf/v3.0.0-beta-1?ext=tar.gz/zip
<Tag binary content>