From 4835a411c757ce9252ef161cbab0f231cbb7a64c Mon Sep 17 00:00:00 2001 From: Michael Persson Date: Fri, 2 Oct 2015 14:55:57 +0200 Subject: [PATCH] docs/libraries-and-tools: add etcd-rest rest api daemon --- 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 a152aa655..ad9719cd7 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -12,6 +12,7 @@ - [etcd-console](https://github.com/matishsiao/etcd-console) - A web-base key/value editor for etcd using PHP - [etcd-viewer](https://github.com/nikfoundas/etcd-viewer) - An etcd key-value store editor/viewer written in Java - [etcd-export](https://github.com/mickep76/etcd-export) - Export/Import etcd directory as JSON/YAML/TOML and Validate directory using JSON schema +- [etcd-rest](https://github.com/mickep76/etcd-rest) - Create generic REST API in Go using etcd as a backend with validation using JSON schema **Go libraries**