SlackAPI protocol (slack_api v1.2.0)

Summary

Types

@type t() :: struct()

Functions

@spec base_url(t()) :: String.t()
@spec headers(t()) :: [:token]
@spec method(t()) :: :post | :get
@spec req(t()) :: term()
@spec url(t()) :: String.t()