grunt-github-api icon indicating copy to clipboard operation
grunt-github-api copied to clipboard

tarball/zipball API should work

Open davidrapin opened this issue 11 years ago • 0 comments

The tarball/zipball api returns a link with a temporary token in the 'Location' response header (302 redirection).

Requests to this API should parse the 'Location' response header and copy its value to the JSON data.

see https://developer.github.com/v3/repos/contents/#get-archive-link

davidrapin avatar Nov 28 '14 13:11 davidrapin