nomex v0.0.2 Nomex

Base module for Nomex, used to access Nomad settings

Link to this section Summary

Functions

returns Nomad host, configurable in config/config.exs

returns Nomad API version

Example

Link to this section Functions

returns Nomad host, configurable in config/config.exs

Example

iex> Nomex.host
"http://127.0.0.1:4646"
Link to this function version()
version() :: String.t()

returns Nomad API version

Example

iex> Nomex.version
"v1"