Module: StatisticsRestModule
Statistics Rest API
- Source:
Methods
(static) fetchAreaStatistics(since, until, id) → {Promise.<({ok}|never)>}
Parameters:
Name |
Type |
Description |
since |
|
|
until |
|
|
id |
|
|
- Source:
Returns:
-
Type
-
Promise.<({ok}|never)>
(static) fetchTransits(since, until, id) → {Promise.<({ok}|never)>}
Parameters:
Name |
Type |
Description |
since |
|
|
until |
|
|
id |
|
|
- Source:
Returns:
-
Type
-
Promise.<({ok}|never)>
(static) fetchTransitTimeSeries(since, until, id, step) → {Promise.<({ok}|never)>}
Parameters:
Name |
Type |
Description |
since |
|
|
until |
|
|
id |
|
|
step |
|
|
- Source:
Returns:
-
Type
-
Promise.<({ok}|never)>