From 25bc3d88b5c6651dbe77afa0e54ee409ae00631a Mon Sep 17 00:00:00 2001
From: Florent Gluck <florent.gluck@hesge.ch>
Date: Tue, 25 Mar 2025 13:30:27 +0100
Subject: [PATCH] Added libclient/README.md

---
 libclient/README.md | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 libclient/README.md

diff --git a/libclient/README.md b/libclient/README.md
new file mode 100644
index 0000000..033488e
--- /dev/null
+++ b/libclient/README.md
@@ -0,0 +1,9 @@
+# libclient
+
+This module implements an API to be used by nexus clients.
+
+Its goal is to provide simple methods to faciliate the development of nexus clients.
+
+This module takes care of handling network connections and properly using the REST API exposed by nexus-server.
+
+It depends on the nexus/common module.
-- 
GitLab