simple_slack_gen

Crates.iosimple_slack_gen
lib.rssimple_slack_gen
version0.2.0
sourcesrc
created_at2024-11-25 20:48:07.014529
updated_at2024-11-25 20:58:31.251017
descriptionRust API Client
homepage
repository
max_upload_size
id1460697
size104,312
Elias Posen (eliasposen)

documentation

README

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

Commit count: 0

cargo fmt