Crates.io | simple_slack_gen |
lib.rs | simple_slack_gen |
version | 0.2.0 |
source | src |
created_at | 2024-11-25 20:48:07.014529 |
updated_at | 2024-11-25 20:58:31.251017 |
description | Rust API Client |
homepage | |
repository | |
max_upload_size | |
id | 1460697 |
size | 104,312 |
One way to interact with the Slack platform is its HTTP RPC-based Web API, a collection of methods requiring OAuth 2.0-based user, bot, or workspace tokens blessed with related OAuth scopes.
let client = simple_slack_gen::Client::default()
.with_auth(&std::env::var("API_TOKEN").unwrap());