jupyterlite / jupyterlite/litegitpuller
Download repo archive to reduce rate limit pressure
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 4
- Avg merge
- 2h 56m
- Merged PRs (30d)
- 1
Description
### Problem
GitHub rate limits unauthenticated repo accesses. When downloading a larger repo repeatedly, it is easy to hit the rate limit.
### Proposed Solution
Perhaps we could download the archive of the repo instead and then unpack it. This would drastically reduce the number of API calls, possibly down to one.
### Additional context
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.