Hi, I have an api which hit etcd using http, I need to get the key history like
*etcdctl get --prefix --rev=4 foo* can I do it through the http/curl or I have to use etcdctl only?
Hi, I have an api which hit etcd using http, I need to get the key history like
*etcdctl get --prefix --rev=4 foo* can I do it through the http/curl or I have to use etcdctl only?