From f6c75c4602ab56e0fd48f453c0463789abc649f9 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Wed, 26 Feb 2020 17:10:04 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f255cd5..2b04a65 100644 --- a/README.md +++ b/README.md @@ -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)