openlark-docs 0.15.0

飞书开放平台云文档服务模块 - 文档、表格、知识库API (202 APIs, 100% 覆盖,不含旧版本)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// 云内容管理(ccm)模块
///
/// 包含docs、docx、ccm_doc、ccm_docs、explorer、permission、sheets、wiki等子项目的API实现
// 导出所有子项目模块
pub mod docs;
pub mod docx;
pub mod drive;
pub mod explorer;
pub mod permission;
pub mod sheets;
pub mod sheets_v2;
pub mod wiki;