This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Sat Apr 12 00:18:19 -0700 2008 | [bricooke] |
| |
README | Sat Apr 12 08:54:46 -0700 2008 | [bricooke] |
| |
tickspot.rb | Sat Apr 12 08:50:14 -0700 2008 | [bricooke] |
README
This is a ruby wrapper for talking to the tickspot.com API. See http://tickspot.com/api/ for details. Still a work in progress. *Usage* ts = Tickspot.new("company.tickspot.com", "email@example.com", "password") ts.users[0].email => "email@example.com" ts.users[0].created_at => "Fri May 11 15:00:08 EDT 2007" ts.projects[0].name => "Best Project Ever" ts.tasks(ts.projects[0].id)[0].sum_hours => "5.5" ts.entries(5.years.ago, Time.now, :project_id => ts.projects[0].id)[0].hours => "0.5" *TODO* - Make a gem - Write specs - Convert the return values to their actual data types instead of always returning strings




