Skip to content

kaleposhobios/Elixir-Mattermost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir-Mattermost

This library supports the Mattermost WebSocket API and attempts to document the actual event structure Mattermost sends. I would refer you to the official documentation, but it is lacking in websocket specifics.

This library also serves to interact with the Mattermost API. In order to write a fully functioning bot or integration, you must use both the Websocket API and Web API. An example bot is provided.

Installation

If available in Hex, the package can be installed by adding mattermost to your list of dependencies in mix.exs:

def deps do
  [{:mattermost, "~> 0.1.0"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mattermost.

Note

This library is based off of the code from https://github.com/BlakeWilliams/Elixir-Slack

About

Mattermost library for Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Elixir 100.0%