From 6cd83935c0fe96de943e3924a3c5eff65d5f7fa7 Mon Sep 17 00:00:00 2001 From: Tim Condon <0xTim@users.noreply.github.com> Date: Mon, 14 Jun 2021 16:19:22 +0100 Subject: [PATCH] [DOCS] Add Swift client to community clients (#74075) Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> --- docs/community-clients/index.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/community-clients/index.asciidoc b/docs/community-clients/index.asciidoc index 703c9f246ede..063d3474ad9c 100644 --- a/docs/community-clients/index.asciidoc +++ b/docs/community-clients/index.asciidoc @@ -36,6 +36,7 @@ a number of clients that have been contributed by the community for various lang * <> * <> * <> +* <> * <> [[b4j]] @@ -236,6 +237,11 @@ client]. * https://github.com/newapplesho/elasticsearch-smalltalk[elasticsearch-smalltalk]: Pharo Smalltalk client for Elasticsearch. + +[[swift]] +== Swift +* https://github.com/brokenhandsio/elasticsearch-nio-client[Elasticsearch NIO Client]: a library for + working with Elasticsearch in Swift, built on top of SwiftNIO and Swift Package Manager. [[vertx]] == Vert.x