openlark 0.15.0

飞书开放平台 Rust SDK - 企业级高覆盖率 API 客户端,极简依赖一条命令
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 飞书开放平台应用配置
# 获取方式:
# 1. 访问 https://open.feishu.cn/app
# 2. 创建或选择您的应用
# 3. 在应用详情页面的「凭证与基础信息」中获取

OPENLARK_APP_ID=your_app_id_here
OPENLARK_APP_SECRET=your_app_secret_here

# 可选配置
OPENLARK_BASE_URL=https://open.feishu.cn
OPENLARK_TIMEOUT=30