openlark-docs 0.17.0

飞书开放平台云文档服务模块 - 文档、表格、知识库API (202 APIs, 100% 覆盖,不含旧版本)
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// descendant模块 - 文档块子孙块操作API
///
/// 按照bizTag/project/version/resource/name.rs模式组织
pub mod create;

// 使用通配符导出所有子模块
// create 模块显式导出
pub use create::{
    BlockIdRelation, CreateDocumentBlockDescendantParams, CreateDocumentBlockDescendantRequest,
    CreateDocumentBlockDescendantResponse,
};