Spyral.Util.Storage()

A class for simplying resource 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