Methods
addNodeMetadataUrl(nodeIdopt) → {string}
Generate a URL for adding metadata to a node via a POST request.
| Name | Type | Attributes | Description |
|---|---|---|---|
nodeId | number | <optional> | a specific node ID to use; if not provided the |
the URL
- Type:
- string
deleteNodeMetadataUrl(nodeIdopt) → {string}
Generate a URL for deleting the metadata of a node via a DELETE request.
| Name | Type | Attributes | Description |
|---|---|---|---|
nodeId | number | <optional> | a specific node ID to use; if not provided the |
the URL
- Type:
- string
findNodeMetadataUrl(nodeIdopt, sortsopt, paginationopt) → {string}
Generate a URL for searching for node metadata.
| Name | Type | Attributes | Description |
|---|---|---|---|
nodeId | number | | <optional> | a specific node ID, or array of node IDs, to use; if not provided the |
sorts | Array.<module:domain~SortDescriptor> | <optional> | optional sort settings to use |
pagination | module:domain~Pagination | <optional> | optional pagination settings to use |
the URL
- Type:
- string
replaceNodeMetadataUrl(nodeIdopt) → {string}
Generate a URL for setting the metadata of a node via a PUT request.
| Name | Type | Attributes | Description |
|---|---|---|---|
nodeId | number | <optional> | a specific node ID to use; if not provided the |
the URL
- Type:
- string
viewNodeMetadataUrl(nodeIdopt) → {string}
Generate a URL for viewing the configured node's metadata.
| Name | Type | Attributes | Description |
|---|---|---|---|
nodeId | number | <optional> | a specific node ID to use; if not provided the |
the URL
- Type:
- string