Skip to main content

Module api_utils

Module api_utils 

Source
Expand description

应用管理 API 的通用辅助函数。 API 工具函数(re-export core canonical)。

serialize_params / extract_response_data / ensure_success 已下沉到 openlark_core::api(#330),本模块仅 re-export canonical copy,避免各 crate 各派生一份。

Functions§

ensure_success
无 data 接口:仅用 code==0 判断成功。
extract_response_data
标准化响应数据提取。
serialize_params
标准化参数序列化。