Slack. Web. Client behaviour
(SlackKit v0.25.0-alpha.0)
View Source
Defines a custom client for making calls to Slack Web API.
Summary
Callbacks
Returned value is passed directly to caller of generated Web API module/functions. Can be any term.
Types
@type body() :: form_body() | multipart_form_body()
@type form_body() :: {:form, Keyword.t()}
@type multipart_form_body() :: {:multipart, [tuple(), ...]}
@type url() :: String.t()