crossrefapi icon indicating copy to clipboard operation
crossrefapi copied to clipboard

supporting proxies

Open almugabo opened this issue 8 years ago • 0 comments

Great package ! It would be nice to add support for proxies

the request.get method accept proxies (in a form of a dictionary)

 dict_proxies = {'https': 'https://username:password@HOST:PORT',
            'http': 'http://username:password@HOST:PORT',
               }
  requests.get(url , proxies = dict_proxies)

almugabo avatar Jan 24 '18 08:01 almugabo