etcd-api icon indicating copy to clipboard operation
etcd-api copied to clipboard

New api calls

Open seken opened this issue 10 years ago • 0 comments

I've added support for a recursive get, currently without documentation, but it returns a tree of the relevant information.

I've also made some stuff take const ptr arguments where they don't need to modify the strings. This allows me to pass string.c_str() from c++ code.

seken avatar May 17 '14 15:05 seken