Skip to content

Add simple http auth and fix custom endpoints

Andreas Ellewsen requested to merge feature/simpleauth into master

The client now accepts a tuple with username and password as argument on initialization.

In the work of adding this it was noticed that the client overwrote the default values for the endpoints with None if they were not specified. The client now correctly overwrites the defaults only if alternatives are given. The tests have been modified accordingly.

Added more default values to example-config.json

Merge request reports