I have an angular application, and I want to interact with Alfresco community 7.1 via APIs from this List . how can I call these APIs?
Another question, I know that is possible to integrate ADF with angular applications, is there any tutorial or guide on how-to ?
You can call the Alfresco REST API from JS very easily. I see you've found the API Explorer. It's a good place to start as you can use it to try out the various endpoints & experiment with different parameters. Just remember to authorise first. Default credentials are admin/admin. Once authorised you can try out the endpoints in API Explorer. You should be able to see what the endpoint URLs are, the request params, response, etc.
Alternatively you can add the alfresco-js-api (https://github.com/Alfresco/alfresco-js-api) as a dependency so you won't have to bother with the boilerplace REST code.
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.