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/Common/index.html

Module Slack_lib.CommonSource

Sourceexception Slack_lib_error of string
Sourceval slack_lib_fail : ('a, unit, string, 'b) format4 -> 'a
Sourceval http_request : ?ua:string -> ?headers:string list -> ?body:[ `Form of (string * string) list | `Raw of string * string ] -> [ `GET | `POST | `PUT | `PATCH | `DELETE | `CUSTOM of string ] -> string -> (string, string) result Lwt.t
Sourceval get_local_file : string -> string
Sourceval get_local_file_with : f:(string -> 'a) -> string -> 'a
Sourceval get_sorted_files_from : string -> string list
Sourceval sign_string_sha256 : key:string -> basestring:string -> string
OCaml

Innovation. Community. Security.