github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/api-docs/libraries-and-sdks.mdx (about)

     1  ---
     2  layout: api
     3  page_title: Libraries and SDKs - HTTP API
     4  sidebar_title: Libraries & SDKs
     5  description: |-
     6    There are many third-party libraries for interacting with Nomad's HTTP API.
     7    This page lists the HashiCorp and community-maintained Nomad HTTP API client
     8    libraries.
     9  ---
    10  
    11  # Client Libraries & SDKs
    12  
    13  The programming libraries listed on this page can be used to consume the API
    14  more conveniently. Some are officially maintained while others are provided by
    15  the community.
    16  
    17  ## Official Libraries
    18  
    19  - [`api`](https://github.com/hashicorp/nomad/tree/master/api) - Official Golang
    20    client for the Nomad HTTP API
    21  
    22  - [`nomad-java-sdk`](https://github.com/hashicorp/nomad-java-sdk) - Official
    23    Java client for the Nomad HTTP API.
    24  
    25  - [`nomad-ruby`](https://github.com/hashicorp/nomad-ruby) - Official Ruby client
    26    for the Nomad HTTP API
    27  
    28  - [`nomad-scala-sdk`](https://github.com/hashicorp/nomad-scala-sdk) - Official
    29    Scala client for the Nomad HTTP API.
    30  
    31  ## Third-Party Libraries
    32  
    33  - [`python-nomad`](https://github.com/jrxfive/python-nomad) - Python client
    34    for the Nomad HTTP API.
    35  
    36  _Want to see your library here? [Submit a Pull Request](https://github.com/hashicorp/nomad)._