quandl / quandl-python

MIT License
1.37k stars 336 forks source link

Passing `requests` arguments through `get` #83

Closed vfilimonov closed 7 years ago

vfilimonov commented 7 years ago

Hello,

it would be good if there was some way to pass arguments to the requests.get in the quandl.get method (or quandl.ApiConfig class). In particular, the argument verify=False which disables verification of the SSL certificate in HTTPS: some companies employ MitM in order to record traffic of employees for the compliance purposes, and in this case quandl.get does not work.

Best Vladimir

michaelfich commented 7 years ago

Hey @vfilimonov,

That sounds like a useful feature to add in. We will consider adding that type of feature in a future release. In the mean time if you would like to submit a pull request to implement that type of update, we would be happy to review the proposed changes.