ORCID / python-orcid

Python wrapper around ORCID API
BSD 3-Clause "New" or "Revised" License
92 stars 26 forks source link

Support for proxies #31

Open crawley opened 4 years ago

crawley commented 4 years ago

We have a requirement to talk to the ORCID APIs via an http/https proxies.

I am working on some changes to implement this ... by simply passing a 'requests' compatible 'proxies' object via the constructors.