new Storage()
Methods
-
static getStoredResource(id) → {Promise}
-
Get a stored resource
Parameters:
Name Type Description id
String Returns:
Promise -
static getTromboneUrl() → {String}
-
Get the URL for trombone
Returns:
String -
static storeResource(id, data) → {Promise}
-
Store a resource
Parameters:
Name Type Description id
String data
* Returns:
Promise