Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.51 KB

libraries-and-sdks.mdx

File metadata and controls

41 lines (28 loc) · 1.51 KB
layout page_title description
api
Libraries and SDKs - HTTP API
There are many third-party libraries for interacting with Nomad's HTTP API. This page lists the HashiCorp and community-maintained Nomad HTTP API client libraries.

Client Libraries & SDKs

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.

Official Libraries

  • api - Official Golang client for the Nomad HTTP API (GoDoc)

Third-Party and Unsupported Libraries

  • python-nomad - Python client for the Nomad HTTP API.

  • nomad-java-sdk - Official Java client for the Nomad HTTP API.

  • nomad-scala-sdk - Official Scala client for the Nomad HTTP API.

  • nomad-ruby - Ruby client for the Nomad HTTP API.

  • nomad-client - A non-blocking Kotlin Nomad client.

  • hostel - Nomad Client for NodeJS. Includes property checking, and an Object-based API.

  • nix-nomad - HashiCorp Nomad job definitions in Nix

Want to see your library here? Submit a Pull Request.