Mattermost Python API Library
A Python library for interacting with Mattermost's API, providing flexible and extensible methods for making REST API calls.
Installation
From PyPI (Stable Version)
pip install mm-py-api
From GitHub (Latest Development Version)
pip install git+https://github.com/jlandells/mm-py-api.git
Usage
from mattermost_api import make_mattermost_api_call
response = make_mattermost_api_call(
mattermost_url="https://example.com",
api_token="your_token",
endpoint="/api/v4/users/me",
method="GET"
)
print(response)
Release files for mattermost-py-api 1.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mattermost_py_api-1.0.5.tar.gz | 4.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mattermost_py_api-1.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.8 kB
Release files / mattermost_py_api-1.0.5.tar.gz
| Download URL | mattermost_py_api-1.0.5.tar.gz |
|---|---|
| Size | 4.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c32351f178057d1de00ad5fbfde4b841c2a3399b6311987e40b5a96ac37f312c
|
|
BLAKE2b-256 checksum How to use checksums |
85f9fe150f229dc838c6bd9c6af0761d4b891bdc82b9c5b37d431f1c2a5a6f37
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.10
|
Release files / mattermost_py_api-1.0.5-py3-none-any.whl
| Download URL | mattermost_py_api-1.0.5-py3-none-any.whl |
|---|---|
| Size | 6.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
691e973d8cbe5a24280138c755c19a27286ca1165b22f57baeb6c3031a56abeb
|
|
BLAKE2b-256 checksum How to use checksums |
1019c221f4d71b6f9d0511faa3036dbddaf259dce2b8b8c8b21b60c3a5d50cfa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.10
|