sensiblecodeio / data-services-helpers

Python module containing classes and functions that The Sensible Code Company's Data Services often used
https://sensiblecode.io/
BSD 2-Clause "Simplified" License
4 stars 4 forks source link

Passthrough and response #11

Closed scraperdragon closed 10 years ago

scraperdragon commented 10 years ago

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.)

fawkesley commented 10 years ago

Loving the new tests & seems like a good idea, nice one!