You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the way strings are handled when writing to files (#118)
* check the returned data type (str, bytes)
* revert api_client chnages
* added str response
* fix
* changelog
* gen-doce
* backslash
* code commit
* cr
* cr
* path
added url decoding of proxy credentials (#111)
* added url decoding of proxy credentials
* code was generated
* Add unit test
* test passworded url encoded
make authentication with api-key to be chosen before username/password (
#109)
* use api key if both username and apikey exist
* add unit-tests
* add docstrings
* remove func parameters
* changelog
* add unit-test