From 7fb48fd2c882437b4eaac4e513d4e96c8b34fc97 Mon Sep 17 00:00:00 2001 From: Adam Kunicki Date: Mon, 11 Apr 2016 09:37:42 -0700 Subject: [PATCH] Add unofficial client library written in Kotlin I've been working on a Vault client written in Kotlin. Still a work in progress but will soon be on-par with the official Ruby client. --- website/source/docs/http/libraries.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/http/libraries.html.md b/website/source/docs/http/libraries.html.md index b7b73f569..46e54f7fd 100644 --- a/website/source/docs/http/libraries.html.md +++ b/website/source/docs/http/libraries.html.md @@ -39,6 +39,10 @@ These libraries are provided by the community. * [vault-java](https://github.com/jhaals/vault-java) * [vault-java-driver](https://github.com/BetterCloud/vault-java-driver) +### Kotlin + +* [vault-kotlin](https://github.com/kunickiaj/vault-kotlin) + ### Node.js * [node-vault](https://github.com/kr1sp1n/node-vault)