Class: EDVHTTPStorageInterface

EDVHTTPStorageInterface()

EDV HTTP client storage implementation

Constructor

new EDVHTTPStorageInterface()

Source:

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
Name Type Attributes Description
httpsAgent httpsAgent <optional>
An optional node.js `https.Agent` instance to use when making requests.
headers object <optional>
An optional headers object to use when making requests.
Source:
Returns:
- Resolves to the ID for the created EDV.
Type
Promise.<string>