open-vault/website/source/docs/http/libraries.html.md
Chris MacNaughton a381f727e6 Add Rust (#2136)
Add the Rust crate to the list
2016-12-01 10:54:41 -08:00

88 lines
2 KiB
Markdown

---
layout: "http"
page_title: "HTTP API: Libraries"
sidebar_current: "docs-http-libraries"
description: |-
List of official and community contributed libraries for interacting with the Vault HTTP API.
---
# Libraries
The programming libraries listed on this page can be used to consume the API more conveniently.
Some are officially maintained while others are provided by the community.
## Official
These libraries are officially maintained by HashiCorp.
### Go
* [Vault Go Client](https://github.com/hashicorp/vault/tree/master/api)
* `go get github.com/hashicorp/vault/api`
### Ruby
* [Vault Ruby Client](https://github.com/hashicorp/vault-ruby)
* `gem install vault`
## Community
These libraries are provided by the community.
### Ansible
* [Ansible Modules Hashivault](https://pypi.python.org/pypi/ansible-modules-hashivault)
* `pip install ansible-modules-hashivault`
### C#
* [VaultSharp](https://github.com/rajanadar/VaultSharp)
* `Install-Package VaultSharp`
### Clojure
* [vault-clj](https://github.com/amperity/vault-clj)
### Elixir
* [vaultex](https://hex.pm/packages/vaultex)
### Haskell
* [vault-tool](https://hackage.haskell.org/package/vault-tool)
* `cabal install vault-tool`
### Java
* [Spring Vault](https://github.com/spring-projects/spring-vault)
* [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)
* `npm install node-vault`
* [vaulted](https://github.com/chiefy/vaulted)
* `npm install vaulted`
### PHP
* [vault-php-sdk](https://github.com/jippi/vault-php-sdk)
* `composer require jippi/vault-php-sdk`
### Python
* [HVAC](https://github.com/ianunruh/hvac)
* `pip install hvac`
### Rust
* [HashicorpVault](https://crates.io/crates/hashicorp_vault)
### Scala
* [scala-vault](https://github.com/janstenpickle/scala-vault)