Documentation: add etcd-rest to libraries-and-tools.md

Add link to the etcd-rest client under the 'Java libraries' sub-section.

Fixes #4906
This commit is contained in:
Christopher Dancy 2016-03-25 08:46:58 -04:00 committed by ChristopherDancy
parent 20a267dc6a
commit 4e2a4b17b5

View File

@ -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**