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

Allow POST method in conjunction with backoff #13

Closed StevenMaude closed 10 years ago

StevenMaude commented 10 years ago

Currently, you can't use exponential backoff or caching with POST requests.

This pull request only fixes the first of these; caching is somewhat harder (see allow_post_requests)

You can now specify method="POST" in the various downloader functions.

StevenMaude commented 10 years ago

Needs reevaluating (plus how to handle requests_cache); closing for now.