You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the library only supports getting AVERAGE. It should be able to get MIN, MAX and LAST as well.
I imagine the current fetch(from, to, callback) could be changed to fetch(type, from, to, callback) (and possibly shortcuts like fetchAvg(from, to, callback) if you're into that sort of thing).
The text was updated successfully, but these errors were encountered:
Currently, the library only supports getting
AVERAGE
. It should be able to getMIN
,MAX
andLAST
as well.I imagine the current
fetch(from, to, callback)
could be changed tofetch(type, from, to, callback)
(and possibly shortcuts likefetchAvg(from, to, callback)
if you're into that sort of thing).The text was updated successfully, but these errors were encountered: