openlark-docs 0.17.0

飞书开放平台云文档服务模块 - 文档、表格、知识库API (202 APIs, 100% 覆盖,不含旧版本)
Documentation
1
2
3
4
5
6
7
8
9
/// 云文档内容接口模块。
pub mod content;
/// 云文档内容模型模块。
pub mod models;

/// 重新导出云文档内容请求类型。
pub use content::{GetDocsContentRequest, GetDocsContentResponse};
/// 重新导出云文档内容模型。
pub use models::DocsContent;