Crate sfr_core

Crate sfr_core 

Source
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.
OauthRedirectQuery
The type that represents a query when redirected.
OauthV2AccessResponse
The type that represents a response of oauth.v2.access.
SectionBlock
Section block.
Slack
The type that handles a commonly used process of Slack App.
SlashCommandBody
The type that represents a request of a slash command.

Enums§

Block
The type that represents a block.
TextObject
The type that represents a text object.