View Source CozyLark.OpenAPI (cozy_lark v0.2.0)

Provides utilities of calling open API.

Read more at Getting Started - Calling the API.

Overview

supported-api

supported API

Read more at CozyLark.OpenAPI.API.

Usage

about-config

about config

It's a map with following keys:

  • app_id
  • app_secret
  • app_type
    • :custom_app
    • :store_app (TODO)
  • domain
    • :lark
    • :feishu

Link to this section Summary

Link to this section Functions

Link to this function

call(config, path, query_params, body_params)

View Source