2 unstable releases

0.2.0 Nov 25, 2024
0.1.0 Nov 25, 2024

#1874 in Web programming

Download history 262/week @ 2024-11-25 28/week @ 2024-12-02 21/week @ 2024-12-09

311 downloads per month

MIT license

49KB
1K SLoC

Slack Rust SDK

Overview

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.

Example Client Initialization

let client = simple_slack_gen::Client::default()
    .with_auth(&std::env::var("API_TOKEN").unwrap());

Module Documentation and Snippets

chat

conversations

Dependencies

~6–19MB
~255K SLoC