View Source Slack.API (Slack Elixir v0.1.0)

Slack Web API.

Summary

Functions

Req client for Slack API.

Functions

@spec client(String.t()) :: Req.Request.t()

Req client for Slack API.

Link to this function

post(endpoint, token, args \\ %{})

View Source
@spec post(String.t(), String.t(), map() | keyword()) ::
  {:ok, map()} | {:error, term()}

POST to Slack API.