dingtalk-rs
钉钉Rust版SDK
接口参考:https://open.dingtalk.com/document/orgapp-server/api-overview
doc
examples
run examples
- 将
.env.sample
改名为.env
, 替换.env
中的APP_KEY
与APP_SECRET
- 修改examples对应rs文件中的参数后,使用
cargo run --example xxx
运行,如运行user示例:cargo run --example user