Add: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:


=Adding a Node without Content=
=Adding a Node without Content=
Use <tt>add()</tt> without any argument:
<pre>
/path/<resource-type>:<resource-value>:add()
</pre>
Example:
<font color=red>TODO</font>
=Adding Hierarchical Data=
=Adding Hierarchical Data=

Revision as of 03:19, 16 November 2016

Internal

Overview

Adds a resource of given type.

Syntax

/path/<resource-type>:<resource-value>:add(...)

Adding a Node without Content

Use add() without any argument:

/path/<resource-type>:<resource-value>:add()

Example:

TODO

Adding Hierarchical Data