A simple Python library for making Mattermost API calls
Project description
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mattermost_py_api-1.0.5.tar.gz
.
File metadata
- Download URL: mattermost_py_api-1.0.5.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c32351f178057d1de00ad5fbfde4b841c2a3399b6311987e40b5a96ac37f312c
|
|
MD5 |
c308d1d9e907caeaa09f5a8df7c056ff
|
|
BLAKE2b-256 |
85f9fe150f229dc838c6bd9c6af0761d4b891bdc82b9c5b37d431f1c2a5a6f37
|
File details
Details for the file mattermost_py_api-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: mattermost_py_api-1.0.5-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
691e973d8cbe5a24280138c755c19a27286ca1165b22f57baeb6c3031a56abeb
|
|
MD5 |
5f4eb0f7ed4649244753cddaa0fa8e06
|
|
BLAKE2b-256 |
1019c221f4d71b6f9d0511faa3036dbddaf259dce2b8b8c8b21b60c3a5d50cfa
|