todoist

The todoist gem offers convinience methods and wrappers for the todoist list management service, easing retrival and parsing of the responses. It also offers a simple command-line client.


License
MIT
Install
gem install todoist -v 0.1.0

Documentation

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.