sfr-types 0.1.2

The crate has shared types in `slack-framework-rs`.
Documentation
1
2
3
4
5
6
7
8
9
//! The types that represents a request of `files.*`.
//!
//! <https://api.slack.com/methods?query=files.>

pub mod files_complete_upload_external;
pub mod files_get_upload_url_external;
pub mod files_info;
pub mod files_upload;
pub mod remote;