openlark-platform 0.20.0

飞书开放平台服务模块 - 应用管理、目录服务、系统管理 API (95 APIs)
Documentation
1
2
3
4
5
6
//! 租户服务模块(flat-by-design,ADR 0001)。
//!
//! 叶子 `new(Config)` 无路径参数 → 直路径访问(`crate::tenant::v2::*`),无 Service 壳
//! (同 analytics / mdm 裁决)。`PlatformService` 故意不暴露 `tenant()` accessor。

pub mod v2;