Resolved! How to Call Remote API from ADF
HelloI have configure my adf with alfresco by giving Ip address like xxx.xxx.x.x:8080 and i am also able to login.Now I am trying to call custom webscript from adf using below api import * as AlfrescoApi from 'alfresco-js-api'; alfrescoJsApi: any; co...