Crate sfr_slack_api
source ·Expand description
§sfr-slack-api: The Slack API Client.
The sfr-slack-api provides the client of Slack API.
Currently, only the parts that the author uses are implemented.
sfr-slack-api is the parts of slack-framework-rs.
See slack-framework-rs for details.
Structs§
- The request object for https://api.slack.com/methods/chat.postMessage.
- The builder for
ChatPostMessage. - The type that represents a response of
chat.postMessage. - The client for Slack API without OAuth.
- The request object for https://api.slack.com/methods/files.completeUploadExternal.
- The builder for
FilesCompleteUploadExternal. - The type that represents a response of
files.completeUploadExternal. - The request object for https://api.slack.com/methods/files.getUploadURLExternal.
- The builder for
FilesGetUploadUrlExternal. - The type that represents a response of
files.getUploadURLExternal. - The request object for https://api.slack.com/methods/files.remote.add.
- The builder for
FilesRemoteAdd. - The type that represents a response of
files.remote.add. - The request object for https://api.slack.com/methods/files.upload.
- The builder for
FilesUpload. - The type that represents a response of
files.upload. - The client for Slack API about OAuth.
- The builder for a request of Slack API.
Traits§
- The type that represents a request for Slack API.