I have created jar for custom api . so i don't want to call using custom http . I want to call using alfrescoApiService.
oauth2Auth for AAE but i am not using AAE.
Which one is correct ?
1. this.alfrescoApiService.getInstance().oauth2Auth.callCustomApi()
2. this.alfrescoApiService.getInstance().authClient.callCustomApi()
3. this.alfrescoApiService.getInstance().bpmClient.callCustomApi()
How to pass complete Url with host and port number using callAPI() method ?
You can search the code in the GitHub repository to see how the apis are used by the components:
https://github.com/Alfresco/alfresco-ng2-components/search?l=TypeScript&q=callcustomapi
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.