MCPcopy Create free account
hub / github.com/adobe/Marinus / fetch_group_info

Function fetch_group_info

web_server/public/javascripts/admin.js:38–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36
37
38function fetch_group_info() {
39 var url = "/api/v1.0/admin/self_group";
40 var query = "";
41
42 make_get_request(url + query, display_group_info);
43}
44
45
46function display_user_info(results) {

Callers 1

buildPageFunction · 0.85

Calls 1

make_get_requestFunction · 0.85

Tested by

no test coverage detected