Search
@type error_t() :: {:error, HTTPoison.Error.t() | ExTrade.Response.Error.t()}
@type success_t() :: {:ok, list() | map() | String.t()}
@type t() :: success_t() | error_t()