Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slackapi/deno-slack-protocols
Implements the rules for communication between Slack CLI and any Slack app development SDKs
https://github.com/slackapi/deno-slack-protocols
deno protocol sdk slack
Last synced: 3 months ago
JSON representation
Implements the rules for communication between Slack CLI and any Slack app development SDKs
- Host: GitHub
- URL: https://github.com/slackapi/deno-slack-protocols
- Owner: slackapi
- License: mit
- Created: 2023-02-10T16:34:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T19:08:18.000Z (5 months ago)
- Last Synced: 2024-10-08T12:46:22.471Z (4 months ago)
- Topics: deno, protocol, sdk, slack
- Language: TypeScript
- Homepage: https://api.slack.com/future
- Size: 24.4 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# deno-slack-protocols
[![codecov](https://codecov.io/gh/slackapi/deno-slack-protocols/graph/badge.svg?token=SR0MMXTQRW)](https://codecov.io/gh/slackapi/deno-slack-protocols)
This library is a utility for use by Slack's next-generation application
platform, focused on remixable units of functionality encapsulated as ephemeral
functions. It implements the rules for communication (i.e. the protocol) between
[Slack CLI][cli] and any Slack app development SDKs.This is separate from the [deno-slack-hooks][hooks] project, which implements
the various APIs encapsulating work delegation from the CLI to the SDK. The
[deno-slack-hooks][hooks] project implements the API, which uses this library
under the hood.## Requirements
This library requires a recent (at least 1.44) version of
[deno](https://deno.land).## Running Tests
If you make changes to this repo, or just want to make sure things are working
as desired, you can run:deno task test
To get a full test coverage report, run:
deno task test:coverage
---
### Getting Help
We welcome contributions from everyone! Please check out our
[Contributor's Guide](https://github.com/slackapi/deno-slack-protocols/blob/main/.github/CONTRIBUTING.md)
for how to contribute in a helpful and collaborative way.[cli]: https://github.com/slackapi/slack-cli
[hooks]: https://github.com/slackapi/deno-slack-hooks