Update README.md

This commit is contained in:
tripathyr 2020-07-05 18:15:34 +05:30 committed by GitHub
parent 70f8cd95b1
commit 084aced9b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -367,6 +367,9 @@ FLO Cloud API operations have all been promisified. All output needs to be handl
2. type - type of the data 2. type - type of the data
3. options - (optional, options detailed at end of module) 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 #### requestGeneralData
floCloudAPI.requestGeneralData(type, options = {}) floCloudAPI.requestGeneralData(type, options = {})
`requestGeneralData` requests application data from the cloud. `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 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 # Basic Concepts of RanchiMall Blockchain Cloud for developers