Add C# library and do some reorg on the library page

This commit is contained in:
Jeff Mitchell 2016-01-22 10:01:15 -05:00
parent ac4a0556bd
commit eaba2b9df3
2 changed files with 30 additions and 12 deletions

View File

@ -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`

View File

@ -3,7 +3,7 @@
<div class="docs-sidebar hidden-print affix-top" role="complementary">
<ul class="nav docs-sidenav">
<li<%= sidebar_current("docs-home") %>>
<a href="/docs/index.html">Documentation Home</a>
<a href="/docs/index.html">Docs Home</a>
</li>
<li<%= sidebar_current("docs-internal") %>>
@ -93,7 +93,7 @@
</li>
<li<%= sidebar_current("docs-http") %>>
<a href="/docs/http/index.html">HTTP API</a>
<a href="/docs/http/index.html">API & Libraries</a>
</li>
<hr>