openlark-docs 0.16.1

飞书开放平台云文档服务模块 - 文档、表格、知识库API (202 APIs, 100% 覆盖,不含旧版本)
Documentation
pub mod create;
pub mod delete;
pub mod get;
pub mod highlight;
pub mod list;
pub mod r#match;
pub mod search;
pub mod update;

pub use create::{CreateEntityRequest, CreateEntityResp};
pub use delete::{DeleteEntityRequest, DeleteEntityResp};
pub use get::{GetEntityRequest, GetEntityResp};
pub use highlight::{
    HighlightEntityBody, HighlightEntityRequest, HighlightEntityResp, Phrase, Span,
};
pub use list::{ListEntityRequest, ListEntityResp};
pub use r#match::{MatchEntityBody, MatchEntityRequest, MatchEntityResp, MatchInfo, TermType};
pub use search::{ClassificationFilter, SearchEntityBody, SearchEntityRequest, SearchEntityResp};
pub use update::{UpdateEntityRequest, UpdateEntityResp};