synaptic-lark 0.4.0

Feishu/Lark integration for Synaptic: document loader, Bitable tool, message tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod client;
pub mod longconn;
pub mod session;
pub mod streaming;

pub use client::{BotInfo, LarkBotClient};
pub use longconn::{LarkLongConnListener, MessageHandler};
pub use session::LarkMessageEvent;
pub use streaming::{
    build_card_json, build_card_json_streaming, StreamingCardOptions, StreamingCardWriter,
};