View Source ExSecrets.HTTPAdapterBehavior behaviour (ex_secrets v0.3.6)

Behaviour for HTTP adapters.

Link to this section Summary

Link to this section Callbacks

@callback get(binary(), map()) :: {:ok, map()} | {:error, binary()}
@callback post(binary(), map(), map()) :: {:ok, map()} | {:error, binary()}