View Source Slack.API (Slack Elixir v1.1.1)
Slack Web API.
Summary
Functions
@spec client(String.t()) :: Req.Request.t()
Req client for Slack API.
GET from Slack API.
POST to Slack API.
GET pages from Slack API as a Stream
.
You can start at a cursor if you pass in :next_cursor
as one of the args
.
Note that it is assumed to be an atom key. If you use a string key you'll
end up with next_cursor
parameter twice.