[ADF-3792] Added title metadata to Markdown files (#4088)

This commit is contained in:
Andy Stark
2018-12-19 11:11:16 +00:00
committed by Eugenio Romano
parent 5bfb9d7a2d
commit 0357adc641
31 changed files with 79 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
---
Title: Working with nodes using the JS-API
Level: Intermediate
---
# Working with Nodes using the JS API
In this tutorial you will learn how to use the [`AlfrescoCoreRestApi`](https://github.com/Alfresco/alfresco-js-api/tree/master/src/alfresco-core-rest-api). We have developed some practical examples to show you how to interact with an instance of Alfresco Content Services without using the REST endpoints directly. With this approach the `AlfrescoCoreRestApi` is used as an abstraction layer, defining one of the core services of the [`alfresco-api-js`](https://github.com/Alfresco/alfresco-js-api) library.