diff --git a/libclient/README.md b/libclient/README.md new file mode 100644 index 0000000000000000000000000000000000000000..033488e89059004f3b442a7a2b5a2d8444bb55cf --- /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.