🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

mattermost-py-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mattermost-py-api

A simple Python library for making Mattermost API calls

1.0.5
PyPI
Maintainers
1

Unit Tests

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)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts