ExOkex v0.1.0 ExOkex.Config View Source

Stores configuration variables for signing authenticated requests to API.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExOkex.Config{
  api_key: String.t(),
  api_passphrase: String.t(),
  api_secret: String.t(),
  api_url: String.t()
}

Link to this section Functions

Link to this function api_key(access_key) View Source
api_key(atom()) :: String.t()
Link to this function api_passphrase(access_key) View Source
api_passphrase(atom()) :: String.t()
Link to this function api_secret(access_key) View Source
api_secret(atom()) :: String.t()
Link to this function config_or_env_config(config) View Source