ElvSpace
Constructor
Instantiate the ElvSpace Object
Returns: New ElvSpace object connected to the specified content fabric and blockchain
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
configUrl | string | ✓ | The Content Fabric configuration URL |
mainObjectId | string | ✓ | The top-level Eluvio Live object ID |
SpaceNodes
SpaceNodes(
matchEndpoint,
matchNodeId
)
matchEndpoint,
matchNodeId
)
Return a list of nodes in the content space, optionally filtered by node ID or endpoint.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
matchEndpoint | string | ✓ | Only return nodes that have endpoints matching this string |
matchNodeId | string | ✓ | Only return the node matching this nodeId |