I want to be able to pass arbitrary arguments to requests.get to use all of requests' awesome power, and to be able to get an unmangled requests.response object back out for the same reason.
But I also want to have the joy of exponential backoff, rate limiting and caching that dshelpers gives us!
I want to be able to pass arbitrary arguments to
requests.get
to use all of requests' awesome power, and to be able to get an unmangled requests.response object back out for the same reason.But I also want to have the joy of exponential backoff, rate limiting and caching that dshelpers gives us!
(I'm greedy me.)