From b19002ec849e5c7463e98f5cf4b7f495f785bfd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Sun, 5 Sep 2021 14:38:32 +0200 Subject: [PATCH] README update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 23b37b9..43199b4 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,11 @@ DELETE /v1/labels # Delete runtime labels. One label per line If there is an error the error message is returned as plain text. +## API clients + +* Golang client is part of this repository. +* There is also [Python client](https://github.com/by-cx/lobby-python) available. + ## TODO * [X] Tests