From d80d3ef25b1351acb4729f61b9068bbeb699e473 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Fri, 14 May 2021 08:57:26 +0200 Subject: [PATCH] added clients and libraries to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ca1aa56..ec52aad 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,9 @@ By adding `USE_NATIVE=1` as environmental variable to the `docker-compose.yml` f The Swagger API documentation can be found [here](https://bbernhard.github.io/signal-cli-rest-api/). If you prefer a simple text file like API documentation have a look [here](https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/EXAMPLES.md) +## Clients & Libraries + +[Shell Client](https://gist.github.com/florian-h05/26be2140e9907884218b4e3144c2f2ab) - by @florian-h05 +[Python Library](https://pypi.org/project/pysignalclirestapi/) + In case you need more functionality, please **file a ticket** or **create a PR**.