openlark-docs 0.15.0-rc.2

飞书开放平台云文档服务模块 - 文档、表格、知识库API (202 APIs, 100% 覆盖,不含旧版本)
Documentation
1
2
3
4
5
6
7
8
/// 文档内容模块
///
/// 提供云文档内容的获取功能,包括文档详细信息、文本内容等。
pub mod get;

// 使用通配符导出所有子模块
// get 模块显式导出
pub use get::{GetDocsContentRequest, GetDocsContentResponse};