Expand description
§sfr-core: A commonly used process for Slack App.
The sfr-core provides the following features.
- Validates a request from Slack.
- Returns Slack App’s Setting.
sfr-core is the parts of slack-framework-rs.
See slack-framework-rs for details.
Structs§
- AppCredentials
- The type contains An App Credentials from
https://api.slack.com/apps/[App ID]/general. - Config
- The configuration to validate signature.
- Oauth
Redirect Query - The type that represents a query when redirected.
- Oauth
V2Access Response - The type that represents a response of
oauth.v2.access. - Section
Block - Section block.
- Slack
- The type that handles a commonly used process of Slack App.
- Slash
Command Body - The type that represents a request of a slash command.
Enums§
- Block
- The type that represents a block.
- Text
Object - The type that represents a text object.