diff --git a/website/source/docs/http/libraries.html.md b/website/source/docs/http/libraries.html.md new file mode 100644 index 0000000000..ae35f5c4b1 --- /dev/null +++ b/website/source/docs/http/libraries.html.md @@ -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) diff --git a/website/source/layouts/http.erb b/website/source/layouts/http.erb index 4d35b86d27..78b9c7f97f 100644 --- a/website/source/layouts/http.erb +++ b/website/source/layouts/http.erb @@ -11,6 +11,10 @@ > Overview + + > + Libraries + > Initialization