public
Description: A gem for interacting with the todoist task manager service (take 2)
Homepage: http://todoist.rubyforge.org
Clone URL: git://github.com/namelessjon/todoist.git
name age message
file LICENSE Loading commit data...
file README
file Rakefile
file VERSION.yml
directory bin/
directory lib/
directory spec/
file todoist.gemspec
README
todoist
=======

The todoist gem is intended to facilitate access to the todoist (http://todoist.com)
task management service, offering methods to directly query the API and also
convinient wrapper objects around the responses.


example
-------


Todoist::Base.setup(api_token)

Todoist::Task.all.each do |task|
  puts task
end

COPYRIGHT
=========

Copyright (c) 2008 Jonathan Stott. See LICENSE for details.