@luminocity/lemonate-gateway 8.0.3 → 8.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,4 +2,9 @@
2
2
  Lemonate Gateway
3
3
  ----------------
4
4
 
5
- TODO: write this :)
5
+ This library handles access to Lemonate projects. It is responsible for communicating with the Lemonate ReST API, handles caching,
6
+ holds the project data model and also provides functionality for live collaboration (in development).
7
+ It will also be responsible for accessing project files on local disk in the future.
8
+
9
+ It is mainly used by the Lemonate Engine but can also be used in utility applications or websites to access Lemonate projects,
10
+ user/team profiles, automation and maintenance tasks and many other things.