SheffieldSolar / PV_Live-API

A Python implementation of the PV_Live web API.
16 stars 4 forks source link

Add support for proxy connections #18

Closed ejones18 closed 1 year ago

ejones18 commented 1 year ago

As per #12 ; adds support for proxy connections when making http or https requests using the requests lib as seen here: https://requests.readthedocs.io/en/latest/user/advanced/#proxies

Includes:

Doesn't include:

cc: @JamieTaylor-TUOS

JamieTaylor-TUOS commented 1 year ago

Fixes #18 Closes #6