From e8ff7da0573f0566d8247708da5f520798a81530 Mon Sep 17 00:00:00 2001 From: Sam Batschelet Date: Sat, 9 Dec 2017 13:33:14 -0500 Subject: [PATCH] Documentation/integrations: add Perl clients. --- Documentation/integrations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/integrations.md b/Documentation/integrations.md index 08ecbe1a6..48f1f0f72 100644 --- a/Documentation/integrations.md +++ b/Documentation/integrations.md @@ -38,6 +38,11 @@ - [maciej/etcd-client](https://github.com/maciej/etcd-client) - Supports v2. Akka HTTP-based fully async client - [eiipii/etcdhttpclient](https://bitbucket.org/eiipii/etcdhttpclient) - Supports v2. Async HTTP client based on Netty and Scala Futures. +**Perl libraries** + +- [hexfusion/perl-net-etcd](https://github.com/hexfusion/perl-net-etcd) Supports v3 grpc gateway HTTP API +- [robn/p5-etcd](https://github.com/robn/p5-etcd) Supports v2 + **Python libraries** - [kragniz/python-etcd3](https://github.com/kragniz/python-etcd3) - Client for v3