openlark-docs 0.19.0

飞书开放平台云文档服务模块 - 文档、表格、知识库API (202 APIs, 100% 覆盖,不含旧版本)
Documentation
1
2
3
4
5
// Documents operation API for DOCX - provides document creation, reading, updating, and deletion.

/// 文档标识类型
#[derive(Debug, Clone)]
pub struct DocumentId(pub String);