Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 983 Bytes

File metadata and controls

20 lines (12 loc) · 983 Bytes

matterclient

Go License

Mattermost client library in Golang

A lightweight, robust Go library for interacting with Mattermost servers.

It supports authentication (password, token, MFA), team/channel discovery, real-time messaging over WebSocket and more.

It is used internally by Matterbridge (and was originally extracted from it).

Related projects

Acknowledgments

Original author / maintainer: This library was originally developed by Wim (@42wim) as part of the Matterbridge project. This repository is a fork of the original matterbridge/matterclient for continued maintenance and updates.