matrix-elixir-sdk icon indicating copy to clipboard operation
matrix-elixir-sdk copied to clipboard

Matrix SDK for Elixir

Results 7 matrix-elixir-sdk issues
Sort by recently updated
recently updated
newest added

cc'ing @uhoreg.. It seems this library has quite some overlap with https://gitlab.com/uhoreg/polyjuice_client Polyjuice does more around managing the connection and the sync, while matrix-elixir-sdk is more focused on solely the...

question

First of all I want to mention, that all coming next is just a suggestion, which could be modified or declined via discussion. Right now Request module consists of 2500+...

good first issue
refactor

I've been using [conventional commits](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) on other projects and have been enjoying the benefits, opening this to gauge interest.

question

First of all I want to mention, that all coming next is just a suggestion, which could be modified or declined via discussion. Library names itself as SDK, so it...

question

The goal is to implement a wrapper for the Matrix client-server API. This wrapper will consist of: - a `Request` module which returns a struct containing the data necessary for...

enhancement
good first issue

Currently the function docs for the `Request` module don't link to the corresponding endpoints in the [client-server](https://matrix.org/docs/spec/client_server/r0.6.1) docs. Suggestions in how to better organise documentation are welcome, my current thinking...

documentation
good first issue

Next step from #38. The first pre-release of [olm](https://github.com/niklaslong/olm-elixir) is on hex. Changes to the API are likely but this issue has been opened to discuss how to implement encryption...

question