View Source CozyLark
Elixir SDK of Lark Open Platform.
This SDK also works for Feishu which is the China-only equivalent of Lark.
installation
Installation
Adding cozy_lark
to your list of dependencies in mix.exs
:
def deps do
[
{:cozy_lark, "~> 0.1.0"}
]
end
Visit HexDocs for more details.
License
Apache License 2.0