ExKucoin

v0.0.1

  • Pages
  • Modules

    ExKucoin v0.0.1 ExKucoin.Api View Source

    Link to this section Summary

    Types

    body()
    config()
    params()
    path()
    response()
    status_code()

    Functions

    parse_response(response)
    query_string(path, params)
    request_options()
    url(path, config)

    Link to this section Types

    Link to this type

    body() View Source
    body() :: term()

    Link to this type

    config() View Source
    config() :: ExKucoin.Config.t()

    Link to this type

    params() View Source
    params() :: map()

    Link to this type

    path() View Source
    path() :: String.t()

    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()

    Link to this function

    request_options() View Source

    Link to this function

    url(path, config) View Source
    url(path(), config()) :: String.t()

    Built using ExDoc (v0.20.2), designed by Friedel Ziegelmayer.