
How to Fetch Large Data Files Through GitHub API
7 May, 2022
12
12
0
Contributors
During my internship at Hackernoon, I had a task to fetch some files from GitHub API. Initially, I thought it'd be a simple GET request but soon I realized the work is a headache. The file I needed was quite large and hence the response was telling me to use something different than I already knew. I ended up spending two days on this issue.
Now it's time to write an article so that my future self and others don't have to spend so much time on a simple issue.
Read Here
api
git
github