leesharma / rescuetime

Ruby interface to the RescueTime APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Perspective" story

leesharma opened this issue · comments

As a ruby developer,
I want to request chronological reports
And I want to request reports by member
And I want to request reports by rank
In order to get the right kind of information for my application

Principle name Short Alias Short Values Description
perspective pv by by 1 of "rank", "interval", "member" Consider this the X - axis of the returned data. It is what determines how your data is crunched serverside for ordered return. rank: (default) Organized around a calculated value, usually a sum like time spent. interval: Organized around calendar time.

Possible Syntax

by: ['time','rank','member']