Update README.md
This commit is contained in:
parent
f38f9fe28d
commit
f75337c9b0
@ -73,10 +73,11 @@ floCloudAPI.requestGeneralData("type1", { senderIDs: floGlobals.subAdmins })
|
|||||||
|
|
||||||
* Usage of sendGeneralData from RIBC dApp
|
* Usage of sendGeneralData from RIBC dApp
|
||||||
```
|
```
|
||||||
|
//take name and comments as function parameters, and sendGeneralData of InternRequests type
|
||||||
applyForIntern: function (name, comments = '') {
|
applyForIntern: function (name, comments = '') {
|
||||||
return floCloudAPI.sendGeneralData([name, comments], "InternRequests")
|
return floCloudAPI.sendGeneralData([name, comments], "InternRequests")
|
||||||
},
|
},
|
||||||
|
// take updates as function parameter, and return a promise that sends general data of type "InternUpdates"
|
||||||
postInternUpdate: function (updates) {
|
postInternUpdate: function (updates) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
floCloudAPI.sendGeneralData(updates, "InternUpdates")
|
floCloudAPI.sendGeneralData(updates, "InternUpdates")
|
||||||
@ -95,6 +96,7 @@ floCloudAPI.requestGeneralData("type1", { senderIDs: floGlobals.subAdmins })
|
|||||||
|
|
||||||
* floGlobals usage from RIBC dApp
|
* floGlobals usage from RIBC dApp
|
||||||
```
|
```
|
||||||
|
|
||||||
floGlobals.generalVC["{\"application\":\"RIBC\",\"type\":\"InternUpdates\"}"]
|
floGlobals.generalVC["{\"application\":\"RIBC\",\"type\":\"InternUpdates\"}"]
|
||||||
= '1640106537305_FSdjJCJdU43a1dyWY6dRES1ekoupEjFPqQ'
|
= '1640106537305_FSdjJCJdU43a1dyWY6dRES1ekoupEjFPqQ'
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user