Description
It would be nice to have typehints not just in docstrings but also in arguments. With that we might also add arguments with typehints to public functions in _api.py so IDE can actually show them.
Suggestion
Add type hints to ServerAPI methods, and modify automated_api.py to copy args/kwargs with typehints too.