python-glpi-api
python-glpi-api copied to clipboard
Type stubs?
Hello,
Is it possible to provide type hints for the API functions? Many people (myself included) work with static type checkers like mypy or pylance to make sure up to a point that no arbitrary conversions happen between data that haven't been accounted for.
Thanks in advance!