CoinbasePro.HttpProtocol behaviour (coinbase_pro v0.1.0)

Description of HttpProtocol. It is needed in case you want to switch from HTTPoison to something else

Link to this section Summary

Link to this section Types

Specs

reason() :: String.t()

Specs

response() :: String.t() | list() | map() | {:error, reason()}

Specs

url() :: String.t()

Link to this section Callbacks

Specs

get(url()) :: response()