Taskid

HexDocumentation

Takid's client library for Elixir applications.

Installation

Add taskid to your list of dependencies in mix.exs:

def deps do
  [
    {:taskid, "~> 0.2.0"}
  ]
end

Configure taskid in config/config.exs:

config :taskid, applications: [
  # A list with all the applications that have Taskid tasks defined
]