tsd icon indicating copy to clipboard operation
tsd copied to clipboard

fixes some hash errors when using a private repository

Open literalice opened this issue 8 years ago • 0 comments

I want to use a private repository for retrieving *.d.ts files. I couldn't get raw files from https://raw.githubusercontent.com/{owner}/{project}(got the login page). In this fix, raw files are read via API.

For uncached *.d.ts files, the number of access to GitHub API will be increased.

literalice avatar Jan 06 '16 06:01 literalice