Methods
(async) createEdv(options) → {Promise.<string>}
Creates a new EDV using the given configuration and returns its ID
TODO: define other params
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object | The options to use.
Properties
|
- Source:
Returns:
- Resolves to the ID for the created EDV.
- Type
- Promise.<string>