OpenNTF/SocialSDK

How to get Wikis list using .getMyWikis() in Java

Closed this issue · 0 comments

getMyWikis() method provide Wikis list but this method is require MAP<Key, Value> want to know what would be key and value to get Wikis list.

Map<String, String> getwiki = new HashMap<String, String>();
EntityList<Wiki> mywiki = svc.getMyWikis(getwiki);