Context
I want to "mirror" releases of several Github Repos. Until now, I used some Python Scripts in combination with the pipy package requests-ratelimiter to respect the API requirements of github of 60 free API requests per hour.
Subject of Change
With requests-ratelimiter there is a drop in replacement for the requests module. Would it be possible to extend the signature of check_and_download_updates such that I can optionally pass in an object, which will be used to make requests/downloads?