public
Description: Ruby Wrapper for the SlimTimer API
Homepage: http://slimtimer4r.rubyforge.org/
Clone URL: git://github.com/dmarkow/slimtimer4r.git
Search Repo:
name age message
folder History.txt Tue Jan 15 07:48:41 -0800 2008 Fix some list_entries date parsing [Dylan Markow]
folder Manifest.txt Wed Jan 09 21:17:20 -0800 2008 Initial Import [Dylan Markow]
folder README.txt Sun Apr 20 14:36:28 -0700 2008 updated readme [Dylan Markow]
folder Rakefile Wed Jan 09 22:09:28 -0800 2008 update the proper version [Dylan Markow]
folder bin/ Wed Jan 09 21:17:20 -0800 2008 Initial Import [Dylan Markow]
folder init.rb Wed Jan 09 21:23:02 -0800 2008 Update some naming, add a rails init file [Dylan Markow]
folder lib/ Tue Jan 15 07:48:41 -0800 2008 Fix some list_entries date parsing [Dylan Markow]
folder test/ Wed Jan 09 21:17:20 -0800 2008 Initial Import [Dylan Markow]
README.txt
== SlimTimer4R

== Overview

A basic wrapper against the SlimTimer (www.slimtimer.com) API.

== Installation

Install via RubyGems:

  sudo gem install slimtimer4r

== Usage

  require 'slimtimer4r'

  slimtimer = SlimTimer.new("EMAIL", "PASSWORD", "API_KEY")
  tasks = slimtimer.list_tasks
    => [#<Record(Task) "name"=>"Ta...">, #<Record(Task) "name"=>"Br...">...]

== Thanks
- 37 Signals for their sample Backpack/Basecamp Ruby wrappers

== Author
- Dylan Markow (dylan@dylanmarkow.com)


== License

(The MIT License)

Copyright (c) 2008

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.