ExSecrets.HTTPAdapterBehavior behaviour (ex_secrets v0.1.0)

Link to this section Summary

Link to this section Callbacks

Link to this callback

get(binary, map)

@callback get(binary(), map()) :: {:ok, map()} | {:error, binary()}
Link to this callback

post(binary, map, map)

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