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)