todoist

The todoist gem is intended to facilitate access to the todoist (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 © 2008 Jonathan Stott. See LICENSE for details.