ExOkex v0.4.0 ExOkex.Api View Source

API Base

Link to this section Summary

Link to this section Types

Link to this type

response()

View Source
response() :: {:ok, term()} | {:error, term()} | {:error, body(), status_code()}
Link to this type

status_code()

View Source
status_code() :: integer()

Link to this section Functions

Link to this function

parse_response(response)

View Source
parse_response(
  {:ok, HTTPoison.Response.t() | HTTPoison.AsyncResponse.t()}
  | {:error, HTTPoison.Error.t()}
) :: response()
Link to this function

query_string(path, params)

View Source
query_string(path(), params()) :: String.t()