simple_slack v0.1.0 SimpleSlack

Summary

Functions

notify(token, payload)

Specs

notify(binary, map) :: :ok
notify_text(token, text, opts \\ %{})

Specs

notify_text(binary, binary, map) :: :ok
post(token, payload)

Specs

post(binary, map) ::
  :ok |
  {:error, HTTPoison.Response.t} |
  {:error, any}
start(type, args)

Callback implementation for c:Application.start/2.