@hackage mattermost-api90000.0.0
Client API for Mattermost chat system
Categories
License
BSD-3-Clause
Maintainer
matterhorn@galois.com
Links
Versions
- 90000.0.0 Sat, 3 Feb 2024
- 50200.15.0 Sat, 15 Jul 2023
- 50200.14.0 Wed, 19 Apr 2023
- 50200.13.0 Fri, 24 Jun 2022
- 50200.12.0 Mon, 9 May 2022
- 50200.11.0 Mon, 7 Jun 2021 Show all…
Installation
Tested Compilers
Dependencies (25)
- base >=4.4 && <5
- binary >=0.8.1
- bytestring
- containers
- process
- stm Show all…
Dependents (2)
@hackage/mattermost-api-qc, @hackage/matterhorn
Package Flags
build-examples
(off by default)
Build example applications
mattermost-api
Client-side API for communicating with a Mattermost server, written in Haskell.
Testing
We use the MatterMost docker image for detecting changes in the API. See
.travis.yml
or the Mattermost
docs
for the details.
If you are testing your changes locally during development, you will
want to run the script ./test/local_test_mm.sh
.
Note: The local_test_mm.sh
script will stop and remove a docker
container named mattermost-preview
.
Note: The tests can only be run once against a given Mattermost instance. This is because the scripts currently assume they can create an initial admin user.
Note: The scripts assume the instance is reachable on localhost:8065
over plain HTTP.
For use in production we use TLS, but for testing purposes we avoid the certificate setup.
Our Versioning Scheme
This library uses the same versioning scheme as matterhorn
, see Our
Versioning
Scheme.
The short version is that in ABBCC.X.Y
, the ABBCC
corresponds to Mattermost
server version A.BB.CC
and the X.Y
portion of the version string corresponds
to the version of mattermost-api
package releases.