UNPKG

jive-sdk

Version:

Node.js SDK for Jive Software to assist with the development of add-ons

20 lines (14 loc) 497 B
<html> <body> <p>A regular blank canvas</p> <script type="text/javascript"> gadgets.util.registerOnLoadHandler(function() { console.log('Ready to rock'); osapi.jive.corev3.people.get({id:"@me"}).execute(function(viewer) { console.log('viewer', viewer); $("body").append('<p>hi there '+ viewer.displayName+'</p>'); }); }); </script> </body> </html>