consul

A simple interface to a running Consul agent.

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License BSD2
CI Status Failing
Downloads 0
Last Indexed 2026-07-24 13:02

Tags

Installation

nimble install consul
choosenim install consul
git clone https://github.com/makingspace/nim_consul

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
consul - - - - - - -

Source

Repository https://github.com/makingspace/nim_consul
Homepage https://github.com/makingspace/nim_consul
Registry Source nimble_official

README

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.