Current section

Files

Jump to
cozy_lark lib cozy_lark.ex
Raw

lib/cozy_lark.ex

defmodule CozyLark do
@moduledoc """
An SDK builder of Lark Open Platform / Feishu Open Platform.
Developing Lark / Feishu application is all about:
+ server-side API calling
+ event subscription
`CozyLark` provides support for above processes by following modules:
+ `CozyLark.ServerSideAPI`
+ `CozyLark.EventSubscription`
"""
@doc false
def json_library, do: Application.fetch_env!(:cozy_lark, :json_library)
end