mirror of
https://github.com/makingspace/nim_consul
synced 2026-01-02 17:14:43 +00:00
No description
| src | ||
| tests | ||
| consul.nimble | ||
| README.md | ||
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.