Polyjuice Client
Polyjuice Client is a Matrix client library. Also check out Polyjuice Util for more functions.
Installation
The package can be installed by adding polyjuice_client
to your list of
dependencies in mix.exs
:
def deps do
[
{:polyjuice_client, "~> 0.4.4"}
]
end
Usage
To use this library, start by looking at the the
tutorial, or the documentation for Polyjuice.Client
.