open-lark 0.14.0

Enterprise-grade Lark/Feishu Open API SDK with comprehensive Chinese documentation and advanced error handling
Documentation
1
2
3
4
5
6
7
pub mod create;
pub mod delete;
pub mod update;

pub use create::*;
pub use delete::*;
pub use update::*;