Closed zxdavb closed 5 years ago
There are now no errors from flake8 --ignore=E501 evohomeclient2/*.
flake8 --ignore=E501 evohomeclient2/*
I have also added self.refresh_token = data['refresh_token'], and made a tweak to the EvohomeClientInvalidPostData exception.
self.refresh_token = data['refresh_token']
EvohomeClientInvalidPostData
Having the refresh token will aloow experimentation with curl to develop an alternative to re-authenticating when the access_token expires.
access_token
There are now no errors from
flake8 --ignore=E501 evohomeclient2/*
.I have also added
self.refresh_token = data['refresh_token']
, and made a tweak to theEvohomeClientInvalidPostData
exception.Having the refresh token will aloow experimentation with curl to develop an alternative to re-authenticating when the
access_token
expires.