package slack

  1. Overview
  2. Docs
Slack API implementation

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=f3be3accbb3b77babbc9b672746c603b
sha512=e715aa318eee97c65d254e1a2b052fb08a8e113d11343272c03a13cccd2f74a480678e064bcb6c901624aadcb83d16eabadbd6caa9181465a920cb69aee8f644

doc/slack.lib/Slack_lib/Context/index.html

Module Slack_lib.ContextSource

Sourcetype t = {
  1. ua : string;
  2. secrets : Slack_t.secrets;
}
Sourceval make_secrets : ?slack_access_token:string -> ?slack_signing_secret:string -> unit -> Slack_t.secrets
Sourceval make : ua:string -> secrets:Slack_t.secrets -> t
Sourceval get_secrets_from_file : string -> Slack_j.secrets
Sourceval get_ctx : ?secrets_path:string -> ?ua:string -> unit -> t
Sourceval empty_ctx : unit -> t
Sourceval get_slack_access_token : t -> string
OCaml

Innovation. Community. Security.