1.5 KiB
1.5 KiB
layout | page_title | sidebar_current | description |
---|---|---|---|
http | HTTP API: Libraries | docs-http-libraries | 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
go get github.com/hashicorp/vault/api
Ruby
- Vault Ruby Client
gem install vault
Community
These libraries are provided by the community.
C#
- VaultSharp
Install-Package VaultSharp
Java
Kotlin
Node.js
- node-vault
npm install node-vault
- vaulted
npm install vaulted
PHP
- vault-php-sdk
composer require jippi/vault-php-sdk
Python
- HVAC
pip install hvac