From eaba2b9df3d51a1f9350fe61662eead86d0fa150 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 22 Jan 2016 10:01:15 -0500 Subject: [PATCH] Add C# library and do some reorg on the library page --- website/source/docs/http/libraries.html.md | 38 ++++++++++++++++------ website/source/layouts/docs.erb | 4 +-- 2 files changed, 30 insertions(+), 12 deletions(-) diff --git a/website/source/docs/http/libraries.html.md b/website/source/docs/http/libraries.html.md index 798dc105fb..a001c91a6e 100644 --- a/website/source/docs/http/libraries.html.md +++ b/website/source/docs/http/libraries.html.md @@ -11,23 +11,41 @@ description: |- 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. -## Go +## Official -* [Vault Go Client](https://github.com/hashicorp/vault/tree/master/api) (official) +These libraries are officially maintained by HashiCorp. -## Ruby +### Go -* [Vault Ruby Client](https://github.com/hashicorp/vault-ruby) (official) +* [Vault Go Client](https://github.com/hashicorp/vault/tree/master/api) + * `go get github.com/hashicorp/vault/api` -## Python +### Ruby -* [HVAC](https://github.com/ianunruh/hvac) +* [Vault Ruby Client](https://github.com/hashicorp/vault-ruby) + * `gem install vault` -## Node.js +## Community -* [node-vault](https://github.com/kr1sp1n/node-vault) -* [vaulted](https://github.com/chiefy/vaulted) +These libraries are provided by the community. -## Java +### C# + +* [VaultSharp](https://github.com/rajanadar/VaultSharp) + * `Install-Package VaultSharp` + +### Java * [vault-java](https://github.com/jhaals/vault-java) + +### Node.js + +* [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` diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index ca39762f1e..265eabf5c5 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -3,7 +3,7 @@