This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 83ebb8f Add a fineract-client/README.md, with link to
fineract-doc/src/docs/en/05_client.adoc
83ebb8f is described below
commit 83ebb8f0a4ca06e69fa7223075e13ea016bfe943
Author: Michael Vorburger ⛑️ <[email protected]>
AuthorDate: Fri Jan 7 13:19:55 2022 +0100
Add a fineract-client/README.md, with link to
fineract-doc/src/docs/en/05_client.adoc
Related to https://github.com/openMF/fineract-client/issues/29.
---
fineract-client/README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/fineract-client/README.md b/fineract-client/README.md
new file mode 100644
index 0000000..eed7fcb
--- /dev/null
+++ b/fineract-client/README.md
@@ -0,0 +1,7 @@
+This is the source of the official Apache Fineract Java Client library.
+
+It is mostly autogenerated using **Swagger Codegen**, but includes a number of
hand-written utility classes to aid in its usage.
+
+There is some [documentation about it
here](https://github.com/apache/fineract/blob/develop/fineract-doc/src/docs/en/05_client.adoc).
+
+Please contribute improvements to this (a submodule of Apache Fineract) if
this client library has gaps for what you need it for.