View Source Lob.SelfMailer (lob_elixir v2.0.0)

Module implementing the Lob self mailer API.

Link to this section Summary

Link to this section Functions

Link to this function

create(data, headers \\ %{})

View Source

Specs

create(map(), map()) :: Lob.Client.client_response()
Link to this function

create!(data, headers \\ %{})

View Source

Specs

create!(map(), map()) :: {map(), list()} | no_return()
Link to this function

delete(id, headers \\ %{})

View Source

Specs

Link to this function

delete!(id, headers \\ %{})

View Source

Specs

delete!(String.t(), map()) :: {map(), list()} | no_return()
Link to this function

list(params \\ %{}, headers \\ %{})

View Source

Specs

Link to this function

list!(params \\ %{}, headers \\ %{})

View Source

Specs

list!(map(), map()) :: {map(), list()} | no_return()
Link to this function

retrieve(id, headers \\ %{})

View Source

Specs

Link to this function

retrieve!(id, headers \\ %{})

View Source

Specs

retrieve!(String.t(), map()) :: {map(), list()} | no_return()