To close this chapter:
I gave up on hitting the github API with a loop. That’s clearly bad practice.
Instead, I git clone the repo, do my file processing, then delete the repo. Fast, easier to maintain.
Keep It Simple.
To close this chapter:
I gave up on hitting the github API with a loop. That’s clearly bad practice.
Instead, I git clone the repo, do my file processing, then delete the repo. Fast, easier to maintain.
Keep It Simple.