Current section
Files
Jump to
Current section
Files
lib/btrz_ex_api_client/webhooks/undelivered.ex
defmodule BtrzExApiClient.Webhooks.Undelivered do
@moduledoc false
use BtrzExApiClient.API, [:create]
def path do
Application.get_env(:btrz_ex_api_client, :services)[:webhooks] <> "undelivered"
end
end