simple_slack_gen 0.1.0

Rust API Client
Documentation

# 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

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

## Module Documentation and Snippets

### [conversations]src/resources/conversations/README.md

* [list]src/resources/conversations/README.md#list - 

<!-- MODULE DOCS END -->