Package index
-
authenticate_mattermost() - Authenticate with Mattermost API
-
check_mattermost_auth() - Check if the object is a valid mattermost_auth object
-
check_mattermost_status() - Check if the Mattermost server is online
-
create_channel() - Create a new Mattermost channel
-
delete_channel() - Delete a Mattermost channel
-
delete_old_messages() - Delete Messages Older Than X Days in a Mattermost Channel
-
delete_post() - Delete a specific post in Mattermost
-
get_all_teams() - List all teams in Mattermost
-
get_all_users() - Get information about a specific Mattermost user
-
get_channel_id_lookup() - Get Channel ID by Display Name or Name
-
get_channel_info() - Get information about a Mattermost channel
-
get_channel_posts() - Get posts from a Mattermost channel
-
get_mattermost_file() - Retrieve a file from Mattermost
-
get_me() - Get information about which user is belonging to bearer key,
-
get_team() - Get data of a single team from its team_id
-
get_team_channels() - Get the list of channels for a team
-
get_user() - Get information about a specific Mattermost user
-
get_user_info() - Get information about a specific Mattermost user
-
handle_response_content() - Handle the content of the response
-
mattermost_api_request() - Make a Mattermost API Request
-
normalize_priority() - Normalize the priority input
-
send_mattermost_message() - Send a Message to a Mattermost Channel with Optional Attachments