Nello

Nello

Nello

Constructor

new Nello(token) → {Nello}

The constructor for a connection to a nello.
Source:
Parameters:
Name Type Description
token String Token for authentication
Returns:
Type:
Nello

Methods

getLocation(locationId) → {Promise.<LocationInfo>}

This function retrieves a single location.
Source:
Parameters:
Name Type Description
locationId String ID of the Nello location
Returns:
Type:
Promise.<LocationInfo>

getLocations(void) → {Promise.<Array.<LocationInfo>>}

This function returnes a list of locations.
Source:
Parameters:
Name Type Description
void
Returns:
Type:
Promise.<Array.<LocationInfo>>