flm01/web/api/flukso
Bart Van Der Meerssche a14c1775b1 api: allow a start time (&start=...), end time (&end=...) and
resolution(&resolution=...) to be specified

Either an interval or start parameter is required, while the end
parameter is optional when start is specified. Start and end should both
be specified in unix time format. Resolution is in seconds and should be
one of [60 | 900 | 86400 | 604800] meaning [minute | 15min | day | week]
resolution respectively.

The [time, power] pairs returned by the api will be aligned to multiples
of the specified resolution, or maximum resolution available for the
requested time interval.
2010-05-22 13:21:31 +02:00
..
deps api: use updated mysql driver on github (git://github.com/dizzyd/erlang-mysql-driver.git). New features include prepared statements, transactions, binary queries, type-converted query results, more efficient logging and a new connection pooling mechanism. 2010-03-14 12:01:32 +00:00
priv initial import of webmachine-based api 2010-02-25 17:45:11 +00:00
src api: allow a start time (&start=...), end time (&end=...) and 2010-05-22 13:21:31 +02:00
var initial import of webmachine-based api 2010-02-25 17:45:11 +00:00
Emakefile initial import of webmachine-based api 2010-02-25 17:45:11 +00:00
Makefile api: initial import of mysql driver in webmachine 2010-03-13 13:00:51 +00:00
start-dev.sh initial import of webmachine-based api 2010-02-25 17:45:11 +00:00
start.sh initial import of webmachine-based api 2010-02-25 17:45:11 +00:00