From 10a91a7690123f4e554055c76117b4616bf965fa Mon Sep 17 00:00:00 2001 From: Barak Bar Orion Date: Tue, 27 Oct 2020 14:32:46 +0200 Subject: [PATCH] Update libraries-and-sdks.mdx Add a third-party library, nomad-client is a fully non-blocking Kotlin nomad client with minimal dependencies. --- website/pages/api-docs/libraries-and-sdks.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/pages/api-docs/libraries-and-sdks.mdx b/website/pages/api-docs/libraries-and-sdks.mdx index 83177d5a8..f0f2306a9 100644 --- a/website/pages/api-docs/libraries-and-sdks.mdx +++ b/website/pages/api-docs/libraries-and-sdks.mdx @@ -33,4 +33,6 @@ the community. - [`python-nomad`](https://github.com/jrxfive/python-nomad) - Python client for the Nomad HTTP API. +- [`nomad-client`](https://github.com/barakb/nomad-client) - A non-blocking Kotlin Nomad client. + _Want to see your library here? [Submit a Pull Request](https://github.com/hashicorp/nomad)._