Consul::KV
Inherits Consul::Transport / Reference / Object
Instance methods
create_key(path : String, content : String)
create_key creates or updates an key. The return value is either true or false, indicating whether the create/update succeeded
get_key(path : String, recurse : Bool, keys : Bool) : Array(String)
overload get key - get all keys without value
overload get_key, recurse option
get_key returns the specified key. If no key exists at the given path, a 404 is returned instead of a 200 response