From 4e2a4b17b55d72d8abfb887c542573bc91b64db4 Mon Sep 17 00:00:00 2001 From: Christopher Dancy Date: Fri, 25 Mar 2016 08:46:58 -0400 Subject: [PATCH] Documentation: add etcd-rest to libraries-and-tools.md Add link to the etcd-rest client under the 'Java libraries' sub-section. Fixes #4906 --- Documentation/libraries-and-tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index 1869bffb6..0b39046bc 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -27,6 +27,7 @@ - [diwakergupta/jetcd](https://github.com/diwakergupta/jetcd) - Supports v2 - [jurmous/etcd4j](https://github.com/jurmous/etcd4j) - Supports v2, Async/Sync, waits and SSL - [AdoHe/etcd4j](http://github.com/AdoHe/etcd4j) - Supports v2 (enhance for real production cluster) +- [cdancy/etcd-rest](https://github.com/cdancy/etcd-rest) - Uses jclouds to provide a complete implementation of v2 API. **Python libraries**