Closed venantius closed 9 years ago
Coolness :)
A few comments:
__init__()
?nosetests
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.
Sweet :)
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.
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.