matrix-client-haskell
matrix-client-haskell copied to clipboard
Matrix.org haskell client library
Hey @TristanCacqueray, thx for the library. I am working on a matrix bot for receiving information about nixpkgs commits and merges. One thing I would like very much would be...
Since there doesn't seem to be good framework for writing Matrix bots in Haskell, I thought I'd contribute some basic functionality to this one. I hope it's at least somewhat...
The dendrite based integration tests are no longer working with the new v3 api, e.g. "/_matrix/client/v3/createRoom" yields a 404. It seems like we should use another implementation, perhaps matrix-conduit or...
I wanted to see what the API would look like if converted to a monad transformer stack. I think it cleans things up quite nicely. What do you think? If...
This change ensures the code is formatted.
I want to use the `login` function to generate auth tokens for later use in a bot. I wrote `login` to return a `ClientSession` so that passwords can be used...