A Python Module that allows interacting with the MC-Host24 REST API.
The package can be installed by cloning the repository and executing the following command in the directory:
pip install .The module mchost24.api contains the dataclasses, types, etc. used by the API and the class MCHost24API can be used to interact with the REST API.
The class requires an API key for most of the functionality. This API key can be generated using the API key manager (see below).
By executing the module with the sub command manage, the API key manager can be opened:
python -m mchost24 manageThis manager allows the generation of new API keys using the user's credentials and the invalidation of existing API keys