mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3792] Added title metadata to Markdown files (#4088)
This commit is contained in:
committed by
Eugenio Romano
parent
5bfb9d7a2d
commit
0357adc641
@@ -1,3 +1,8 @@
|
||||
---
|
||||
Title: Working with the Nodes API service
|
||||
Level: Intermediate
|
||||
---
|
||||
|
||||
# Working with the Nodes API Service
|
||||
|
||||
In this tutorial you will learn how to use the [`NodesApiService`](../core/nodes-api.service.md). 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 [`NodesApiService`](../core/nodes-api.service.md) is used as an abstraction layer, defined by one of the services in the ADF Core library.
|
||||
|
Reference in New Issue
Block a user