mix slack.doc (slack_api v1.2.0)

Summary

Functions

@spec get_list() :: %{
  required(module()) => %Mix.Tasks.Slack.Doc{
    args: term(),
    args_required: term(),
    base_url: term(),
    file: term(),
    headers: term(),
    json: term(),
    method: term(),
    module: term(),
    url: term()
  }
}
Link to this function

module_prefix()

Link to this function

new(json, file)

@spec new(map(), String.t()) :: %Mix.Tasks.Slack.Doc{
  args: term(),
  args_required: term(),
  base_url: term(),
  file: term(),
  headers: term(),
  json: term(),
  method: term(),
  module: term(),
  url: term()
}