openlark-docs 0.16.0

飞书开放平台云文档服务模块 - 文档、表格、知识库API (202 APIs, 100% 覆盖,不含旧版本)
Documentation
1
2
3
4
5
6
7
/// Wiki V1 节点模块
pub mod search;

// 使用通配符导出所有子模块,避免维护大量重复的导出列表
// search 模块显式导出
#[allow(deprecated)]
pub use search::{SearchWikiParams, SearchWikiRequest, SearchWikiResponse};