mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2026-01-04 19:21:46 +00:00
Merge pull request #258 from ianunruh/docs/http-libraries
Add libraries section to HTTP docs
This commit is contained in:
24
website/source/docs/http/libraries.html.md
Normal file
24
website/source/docs/http/libraries.html.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
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.
|
||||
|
||||
## Ruby
|
||||
|
||||
* [Vault Ruby Client](https://github.com/hashicorp/vault-ruby) (official)
|
||||
|
||||
## Python
|
||||
|
||||
* [HVAC](https://github.com/ianunruh/hvac)
|
||||
|
||||
## Node.js
|
||||
|
||||
* [node-vault](https://github.com/kr1sp1n/node-vault)
|
||||
@@ -11,6 +11,10 @@
|
||||
<li<%= sidebar_current("docs-http-overview") %>>
|
||||
<a href="/docs/http/index.html">Overview</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-http-libraries") %>>
|
||||
<a href="/docs/http/libraries.html">Libraries</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-http-sys-init") %>>
|
||||
<a href="#">Initialization</a>
|
||||
|
||||
Reference in New Issue
Block a user