You could either use grpc-gateway(https://github.com/coreos/etcd/blob/master/Documentation/dev-guide/api_grpc_gateway.md) or use etcd clientv3(https://github.com/coreos/etcd/tree/master/clientv3).
On Monday, September 25, 2017 at 10:28:48 PM UTC-7, Bhavesh Joshi wrote: > > 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? > > > >
