ExOkex

v0.1.0

  • Pages
  • Modules

    ExOkex v0.1.0 ExOkex.Api View Source

    Link to this section Summary

    Types

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

    Functions

    parse_response(response)
    query_string(path, params)
    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() :: ExOkex.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 url(path, config) View Source
    url(path(), config()) :: String.t()

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer for the Elixir programming language.