Matrix SDK implemented in Elm.
 
 
Go to file
Bram van den Heuvel 770423bcd2 LARGE refactor
This refactor is an improvement on the API architecture:

- Tasks are replaced by Cmd

- Tasks will now always succeed so the Vault can deal with the issues itself

- Failed tasks will be recorded so they can be re-attempted later

- The Snackbar now fully supports editing sub-parts of a data type.
2023-04-19 15:09:10 +02:00
development contentType --> eventType 2023-03-31 13:50:05 +02:00
src LARGE refactor 2023-04-19 15:09:10 +02:00
.gitignore Initial commit 2023-01-05 06:03:42 +01:00
Dependencies.canvas Add `src/Internal/Config` folder 2023-01-05 06:40:38 +01:00
Dependencies.png Add `src/Internal/Config` folder 2023-01-05 06:40:38 +01:00
LICENSE Initial commit 2023-01-05 06:03:42 +01:00
README.md Add API endpoint support documentation 2023-03-05 22:44:05 +01:00
elm.json Update elm.json 2023-03-24 15:26:14 +01:00

README.md

Matrix SDK for Elm

This repository is a Matrix SDK for Elm compatible with these spec versions.

How to install

This repository does not have its first version released! For now, you will need to install this library manually if you wish to use it.

Why Elm?

As a functional programming language that promises zero runtime exceptions and great optimized performance, Elm is a web application language that allows you to write reliable web applications or tiny programs.

This means that Elm makes it relatively easy to create all kinds of programs in almost no time!