CozyLark
An SDK builder for Lark Open Platform / Feishu Open Platform.
This package is an SDK builder. It provides utilities to reduce the cost of creating an SDK, such as:
- building server-side API requests
- handling event subscriptions
- getting access tokens
- converting the JSON string in the response to a map
- ...
Installation
Add cozy_lark to the list of dependencies in mix.exs:
def deps do
[
{:cozy_lark, "~> <version>"}
]
endFor more information, see the doc of CozyLark module.
License
Apache License 2.0