diff --git a/website/content/api-docs/libraries-and-sdks.mdx b/website/content/api-docs/libraries-and-sdks.mdx index 0f3738ffc..828cb1af8 100644 --- a/website/content/api-docs/libraries-and-sdks.mdx +++ b/website/content/api-docs/libraries-and-sdks.mdx @@ -18,17 +18,17 @@ the community. - [`api`](https://github.com/hashicorp/nomad/tree/main/api) - Official Golang client for the Nomad HTTP API ([GoDoc](https://pkg.go.dev/github.com/hashicorp/nomad/api)) +## Third-Party and Unsupported Libraries + +- [`python-nomad`](https://github.com/jrxfive/python-nomad) - Python client + for the Nomad HTTP API. + - [`nomad-java-sdk`](https://github.com/hashicorp/nomad-java-sdk) - Official Java client for the Nomad HTTP API. - [`nomad-scala-sdk`](https://github.com/hashicorp/nomad-scala-sdk) - Official Scala client for the Nomad HTTP API. -## Third-Party and Unsupported Libraries - -- [`python-nomad`](https://github.com/jrxfive/python-nomad) - Python client - for the Nomad HTTP API. - - [`nomad-ruby`](https://github.com/hashicorp/nomad-ruby) - Ruby client for the Nomad HTTP API.