View Source BtrzExApiClient.Types (btrz_ex_api_client v0.9.3)
BtrzExApiClient types.
Summary
Types
@type error() :: {:error, reason :: term()}
The default error tuple.
HTTP headers.
Headers are sent and received as lists of two-element tuples containing two strings, the header name and header value.
@type methods() :: :delete | :get | :post | :put | :patch
The allowed HTTP methods.
Methods are defined as atoms.