Update README.md

This commit is contained in:
tripathyr 2021-12-21 08:38:32 +05:30 committed by GitHub
parent 420c3a7164
commit 22f6f5ae81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,10 @@ This approach decentralizes the trust process totally and extends the capacity o
floCloudAPI.sendGeneralData("Hello World", "type1")
```
* Request general data of type1 type, but filtered by senderIDs being floGlobals.subAdmins
```
floCloudAPI.requestGeneralData("type1", { senderIDs: floGlobals.subAdmins })
```
# Technical Details of standard operations