mattermost-api alternatives and similar packages
Based on the "Web" category.
Alternatively, view mattermost-api alternatives based on common mentions on social networks and blogs.
-
haskell-bitmex-rest
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
servant
Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more! -
neuron
Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote) -
tagsoup
Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents -
keera-hails-reactive-htmldom
Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications -
ghcjs-dom
Make Document Object Model (DOM) apps that run in any browser and natively using WebKitGtk
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of mattermost-api or a related project?
README
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.