planet-client-python
planet-client-python copied to clipboard
The class signature of AuthType should include the write() method
The signature of the AuthType interface should include the write() method so that basic authentication one-liners don’t give a warning, like this one:
(Note: This one-liner works fine, the only issue is the warning)