- 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