README.md

# CozyLark

> An SDK builder for [Lark](https://www.larksuite.com/) Open Platform / [Feishu](https://www.feishu.cn/) 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 subscription
- getting access token
- converting the JSON string in the response to a map
- ...

## Installation

Adding `cozy_lark` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:cozy_lark, version}
  ]
end
```

For more information, see the [documentation](https://hexdocs.pm/cozy_lark).

# License

Apache License 2.0