2015-05-22 21:32:14 +00:00
|
|
|
---
|
|
|
|
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.
|
|
|
|
|
2016-01-22 15:01:15 +00:00
|
|
|
## Official
|
2015-07-31 21:10:38 +00:00
|
|
|
|
2016-01-22 15:01:15 +00:00
|
|
|
These libraries are officially maintained by HashiCorp.
|
2015-07-31 21:10:38 +00:00
|
|
|
|
2016-01-22 15:01:15 +00:00
|
|
|
### Go
|
2015-05-22 21:32:14 +00:00
|
|
|
|
2016-01-22 15:01:15 +00:00
|
|
|
* [Vault Go Client](https://github.com/hashicorp/vault/tree/master/api)
|
|
|
|
* `go get github.com/hashicorp/vault/api`
|
2015-05-22 21:32:14 +00:00
|
|
|
|
2016-01-22 15:01:15 +00:00
|
|
|
### Ruby
|
2015-05-22 21:32:14 +00:00
|
|
|
|
2016-01-22 15:01:15 +00:00
|
|
|
* [Vault Ruby Client](https://github.com/hashicorp/vault-ruby)
|
|
|
|
* `gem install vault`
|
|
|
|
|
|
|
|
## Community
|
|
|
|
|
|
|
|
These libraries are provided by the community.
|
|
|
|
|
|
|
|
### C#
|
|
|
|
|
|
|
|
* [VaultSharp](https://github.com/rajanadar/VaultSharp)
|
|
|
|
* `Install-Package VaultSharp`
|
2015-05-22 21:32:14 +00:00
|
|
|
|
2016-01-22 15:01:15 +00:00
|
|
|
### Java
|
|
|
|
|
|
|
|
* [vault-java](https://github.com/jhaals/vault-java)
|
2016-01-30 02:02:54 +00:00
|
|
|
* [vault-java-driver](https://github.com/BetterCloud/vault-java-driver)
|
2016-01-22 15:01:15 +00:00
|
|
|
|
|
|
|
### Node.js
|
2015-05-22 21:32:14 +00:00
|
|
|
|
|
|
|
* [node-vault](https://github.com/kr1sp1n/node-vault)
|
2016-01-22 15:01:15 +00:00
|
|
|
* `npm install node-vault`
|
2015-07-31 18:31:26 +00:00
|
|
|
* [vaulted](https://github.com/chiefy/vaulted)
|
2016-01-22 15:01:15 +00:00
|
|
|
* `npm install vaulted`
|
2015-12-14 18:04:05 +00:00
|
|
|
|
2016-01-22 15:01:15 +00:00
|
|
|
### Python
|
2015-12-14 18:04:05 +00:00
|
|
|
|
2016-01-22 15:01:15 +00:00
|
|
|
* [HVAC](https://github.com/ianunruh/hvac)
|
|
|
|
* `pip install hvac`
|