View Source LemonEx.Request (lemon_ex v0.1.1)

Link to this section Summary

Link to this section Functions

@spec delete(binary()) ::
  :ok | {:ok, map()} | {:error, any()} | {:error, integer(), any()}
@spec get(
  binary(),
  keyword()
) :: {:ok, map()} | {:error, any()} | {:error, integer(), any()}
@spec patch(binary(), any()) ::
  {:ok, map()} | {:error, any()} | {:error, integer(), any()}
@spec post(binary(), any()) ::
  {:ok, map()} | {:error, any()} | {:error, integer(), any()}