sookasa / box.py

Python client for Box
43 stars 25 forks source link

Adding support for proxy servers #16

Closed venantius closed 9 years ago

venantius commented 10 years ago

Our company needs to use proxy servers for some of our deployments -- this pull request adds in proxy support to the BoxClient class.

Proxy information here should be specified in the same way it normally is for the requests library, e.g.: {'http': 'http://127.0.01', 'https': 'https://127.0.0.1'} for the appropriate server locations.

tals commented 10 years ago

Coolness :)

A few comments:

venantius commented 10 years ago

Yeah, I'll log some time on it this week and get the documentation in place and the tests set up.

There were some other 2.6 issues that would need to be patched first; also our ops people got us access to a 2.7 install so I just rolled it back.

tals commented 10 years ago

Sweet :)

venantius commented 9 years ago

Going to kill this since I haven't written anything in Python in a long time. Feel free to revive if you're feeling so inclined.