openlark-platform 0.18.0

飞书开放平台服务模块 - 应用管理、目录服务、系统管理 API (95 APIs)
Documentation
1
2
3
4
5
6
//! API 工具函数(re-export core canonical)。
//!
//! serialize_params / extract_response_data / ensure_success 已下沉到
//! `openlark_core::api`(#330),本模块仅 re-export canonical copy,避免各 crate 各派生一份。

pub use openlark_core::api::{ensure_success, extract_response_data, serialize_params};