open-vault/website/source/docs/http/libraries.html.md

53 lines
1.2 KiB
Markdown
Raw Normal View History

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.
## Official
2015-07-31 21:10:38 +00:00
These libraries are officially maintained by HashiCorp.
2015-07-31 21:10:38 +00:00
### Go
2015-05-22 21:32:14 +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
### Ruby
2015-05-22 21:32:14 +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
### 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)
### Node.js
2015-05-22 21:32:14 +00:00
* [node-vault](https://github.com/kr1sp1n/node-vault)
* `npm install node-vault`
* [vaulted](https://github.com/chiefy/vaulted)
* `npm install vaulted`
### Python
* [HVAC](https://github.com/ianunruh/hvac)
* `pip install hvac`