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