From 084aced9b773a1a8f86f1b140e0ab6b687391eaa Mon Sep 17 00:00:00 2001 From: tripathyr Date: Sun, 5 Jul 2020 18:15:34 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c8eda3a..f4a9a17 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,9 @@ FLO Cloud API operations have all been promisified. All output needs to be handl 2. type - type of the data 3. options - (optional, options detailed at end of module) +Minimal Example: floCloudAPI.sendGeneralData("Hello World", "type1") +Sends "Hello World" message to the cloud with type1 as `type` with `myFloID` as default sender and `floGlobals.adminID` as receiver + #### requestGeneralData floCloudAPI.requestGeneralData(type, options = {}) `requestGeneralData` requests application data from the cloud. @@ -540,6 +543,8 @@ Note: Application Data results are not stored in local IndexedDB by Standard Op Note: If a blank REQUEST APPLICATION DATA is made, then cloud will give all application data at the admin ID of the application +# Examples for FLO Cloud data operations + # Basic Concepts of RanchiMall Blockchain Cloud for developers