Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khrj/slack-web-api

Simple, convenient, and configurable HTTP client for making requests to Slack’s Web API. Deno port of @slack/web-api
https://github.com/khrj/slack-web-api

deno slack slack-api web-api

Last synced: 3 months ago
JSON representation

Simple, convenient, and configurable HTTP client for making requests to Slack’s Web API. Deno port of @slack/web-api

Awesome Lists containing this project

README

        


slack_web_api illustration

Slack Web API



Simple, convenient, and configurable HTTP client for making requests to Slack’s Web API. Deno port of @slack/web-api



build status
language
code size
issues
license
version



View on deno.land








## Usage

```ts
import { WebClient } from "https://deno.land/x/[email protected]/mod.ts"
const web = new WebClient("your-token-here")

await web.chat.postMessage({
channel: "C01C74D080J",
text: "Hi from slack for deno",
})
```

## API

- Methods are identical to the [node @slack/web-api](https://www.npmjs.com/package/@slack/web-api).
- Generated docs are available at https://doc.deno.land/https/deno.land/x/[email protected]/mod.ts

## Supporters

[![Stargazers repo roster for @khrj/slack-web-api](https://reporoster.com/stars/khrj/slack-web-api)](https://github.com/khrj/slack-web-api/stargazers)

[![Forkers repo roster for @khrj/slack-web-api](https://reporoster.com/forks/khrj/slack-web-api)](https://github.com/khrj/slack-web-api/network/members)

## Related

- [Deno Slack SDK](https://github.com/khrj/deno-slack-sdk)
- [Deno modules](https://github.com/khrj/deno-modules)