REST call from Widget
Hi,
I checked Using an external web service from an extension link and it uses OpenSocial gadget but it uses another web server (node.js). Instead of using this, I want learn that if there is a way to make an REST call to same DNG server from a DNG widget?
I mean widget runs when an event (ARTIFACT_SELECTED, ARTIFACT_OPENED, ARTIFACT_SAVED, ARTIFACT_CLOSED) occurs and do some stuff on selected artifact(s). Instead of this, it will run on the events but do some stuff on completely different artifact with OSLC.
Thank you.