Packages

Small HTTPoison based wrapper around PrintNode API.

Current section

Files

Jump to
ex_printnode lib print_node.ex
Raw

lib/print_node.ex

defmodule PrintNode do
@moduledoc false
@type options :: list(opt())
@type opt :: {:api_key, String.t()} | {atom(), term()}
end