leesharma / rescuetime

Ruby interface to the RescueTime APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow the use of custom formatters

leesharma opened this issue · comments

Right now, a Rescuetime report can be fetched as a CSV or an Array of Hashes. However, for more flexibility, users of this gem should be able to specify their own custom report formatters if they, for example, want a JSON or HTML report.

Custom Formatters now work in v0.4.0