Update README.md

This commit is contained in:
Sai Raj 2020-02-26 17:10:04 +05:30 committed by GitHub
parent a0aa525ccf
commit f6c75c4602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,3 +33,8 @@ Requests the generalData from webAppServer
Requests the objectData/appObjects from webAppServer
* path: (an Array) path of the required object (eg. \['Sample', Property1, property2..]
* Returns an Object/Array (requested path)
#### requestSubAdminList
webAppClient.requestSubAdminList()
Requests the subAdmin list of the application from webAppServer
* Returns an Array (of subAdmins)