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.
This commit is contained in:
Adam Kunicki 2016-04-11 09:37:42 -07:00
parent f319bae358
commit 7fb48fd2c8
1 changed files with 4 additions and 0 deletions

View File

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