mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
30 lines
737 B
Markdown
30 lines
737 B
Markdown
---
|
|
layout: "http"
|
|
page_title: "HTTP API: Libraries"
|
|
sidebar_current: "docs-http-libraries"
|
|
description: |-
|
|
List of official and community contributed libraries for interacting with the Nomad 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.
|
|
|
|
## Go
|
|
|
|
* [Nomad Go Client](https://github.com/hashicorp/vault/tree/master/api) (official)
|
|
|
|
## Ruby
|
|
|
|
* [Nomad 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)
|
|
* [vaulted](https://github.com/chiefy/vaulted)
|