Peter Slump
Peter Slump
Switch to Poetry for packaging
Remove :param and :return etc. since this is in most of the cases not needed anymore because Typehinting is added. Follow PEP 257?
Add support for new authorization Service via the token end-point.
closing #21
@pehala added a note to his pull request which should be investigated. > I am not sure about validity of refreshing code for authentication by client_id and client_secret
Remove Python 2 support as support ends at the end of this year. By doing this we can make use of the fully potential of Python 3 features.