ex_huobi v0.0.2 ExHuobi.Rest.Request

Link to this section Summary

Link to this section Types

Link to this type

bad_request()

bad_request() :: {:bad_request, error :: map()}
Link to this type

message()

message() :: String.t()
Link to this type

non_auth_error_reason()

non_auth_error_reason() ::
  :timeout | :not_found | bad_request() | :overloaded | service_unavailable()
Link to this type

non_auth_response()

non_auth_response() ::
  {:ok, map() | [map()]} | {:error, non_auth_error_reason()}
Link to this type

params()

params() :: map()
Link to this type

path()

path() :: String.t()
Link to this type

service_unavailable()

service_unavailable() :: {:service_unavailable, message()}

Link to this section Functions