Update README.md
This commit is contained in:
parent
70f8cd95b1
commit
084aced9b7
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user