Skip to content

JoeJoeTV/mchost24-api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MC-Host24 Python API

A Python Module that allows interacting with the MC-Host24 REST API.

Installation

The package can be installed by cloning the repository and executing the following command in the directory:

pip install .

Usage

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).

API Key Manager

By executing the module with the sub command manage, the API key manager can be opened:

python -m mchost24 manage

This manager allows the generation of new API keys using the user's credentials and the invalidation of existing API keys

About

Python module for interacting with the MC-Host24 API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages