- add unit tests - add docstrings - add functions covering some missing REST API calls
Fix
- linting - now get_required_action_by_alias now returns None if action does not exist - moved imports at the top of the file - remove duplicate function - applied tox -e docs - applied flake linting checks - applied tox linting check
2.0.0
BREAKING CHANGE
- Renamed parameter client_name to client_id in get_client_id method
Fix
- check client existence based on clientId
1.9.1
Fix
- turn get_name into a method, use setters in connection manager
Refactor
- no need to try if the type check is performed
1.9.0
Refactor
- merge master branch into local
1.8.1
Feat
- added flake8-docstrings and upgraded dependencies
Fix
- Support the auth_url method called with scope & state params now - raise correct exceptions
Refactor
- slight restructure of the base fixtures
1.8.0
Feat
- Ability to set custom timeout for KCOpenId and KCAdmin