Current section

Files

Jump to
ex_secrets lib http_adapter_behavior.ex
Raw

lib/http_adapter_behavior.ex

defmodule ExSecrets.HTTPAdapterBehavior do
@callback get(binary(), map()) :: {:ok, map()} | {:error, binary()}
@callback post(binary(), map(), map()) :: {:ok, map()} | {:error, binary()}
end