Methods
(async, inner) getAreaById(areaId) → {Promise.<response>}
Get a specific area given its ID.
Parameters:
Name | Type | Description |
---|---|---|
areaId |
string | ID of the area to retrieve. |
- Source:
Returns:
response to the request.
- Type
- Promise.<response>
(async, inner) getAreas(params) → {Promise.<response>}
Get all areas.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
params |
object | {} | Optional params to be passed to request. |
- Source:
Returns:
response to the request.
- Type
- Promise.<response>