ExKucoin v0.0.1 ExKucoin.Api View Source
Link to this section Summary
Link to this section Types
Link to this type
body()
View Source
body()
View Source
body() :: term()
body() :: term()
Link to this type
config()
View Source
config()
View Source
config() :: ExKucoin.Config.t()
config() :: ExKucoin.Config.t()
Link to this type
params()
View Source
params()
View Source
params() :: map()
params() :: map()
Link to this type
path()
View Source
path()
View Source
path() :: String.t()
path() :: String.t()
Link to this type
response()
View Source
response()
View Source
response() :: {:ok, term()} | {:error, term()} | {:error, body(), status_code()}
response() :: {:ok, term()} | {:error, term()} | {:error, body(), status_code()}
Link to this type
status_code()
View Source
status_code()
View Source
status_code() :: integer()
status_code() :: integer()
Link to this section Functions
Link to this function
parse_response(response)
View Source
parse_response(response)
View Source
parse_response(
{:ok, HTTPoison.Response.t() | HTTPoison.AsyncResponse.t()}
| {:error, HTTPoison.Error.t()}
) :: response()
parse_response( {:ok, HTTPoison.Response.t() | HTTPoison.AsyncResponse.t()} | {:error, HTTPoison.Error.t()} ) :: response()
Link to this function
query_string(path, params) View Source
Link to this function
request_options() View Source
Link to this function