1//! Slack WEB API methods for [apps](https://api.slack.com/methods?filter=apps). 2 3pub mod connections_open; 4pub mod uninstall;