No description
Find a file
2018-07-17 13:08:32 -04:00
src Update docs 2018-04-11 17:28:44 -04:00
tests Initial Commit 2018-04-04 14:26:13 -04:00
consul.nimble REALLY alpha 2018-04-04 14:27:33 -04:00
README.md Create README.md 2018-07-17 13:08:32 -04:00

nim_consul

Consul Agent access for Nim.

This library provides an SDK around the Consul (https://www.consul.io/) HTTP API. Currently it's extremely underdeveloped; it exposes a single element of the api, kvGet, which allows for the retrieval of elements from the Consul kv store.

See the docs for more info.