aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-06 17:54:59 +0200
committerneodarz <neodarz@neodarz.net>2019-09-06 17:54:59 +0200
commitcc42e3be1c2cfe357efaaa49b6d3738f037a9696 (patch)
treee254c27d461ffaeb0a9c25510152706b523d3a59
parent3185dd695d58bb96672d4f33c4528bf8b361707f (diff)
downloadumosapicpp-cc42e3be1c2cfe357efaaa49b6d3738f037a9696.tar.xz
umosapicpp-cc42e3be1c2cfe357efaaa49b6d3738f037a9696.zip
Add more information about API
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 83a54e8..9eff399 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,15 @@
# UMoSApi
This is a second implementation in C++ of the [Python](https://git.neodarz.net/pro/umosapi.git/about/)
-version of Unity Mongo Save Api. This is a simple API for save Unity object in
-Mongo database.
+version of Unity Mongo Save Api principally for speed issue. This is a simple
+API for save Unity object in Mongo database.
+
+In fact it was initially made for an Unity project but because of the
+simplicity of the API you can use with whatever you want. ;)
+
+/!\ WARNING: For the moment there is no authentifaction system! So don't use it
+over the internet or in an environment where unknow user can connect and also
+make sure your network is correctly securised.
# Install