package slack

  1. Overview
  2. Docs
module Api : sig ... end
module Api_local : sig ... end

Module for mocking test requests to slack--will output on Stdio

module Api_remote : sig ... end

The remote API call implementations that actually interacts with Slack

module Atd_adapters : sig ... end
module Colors : sig ... end
module Common : sig ... end
module Context : sig ... end
module Mrkdwn : sig ... end
module Slack_j : sig ... end
module Slack_t : sig ... end
module Utils : sig ... end