todoist
todoist copied to clipboard
A gem for interacting with the todoist task manager service (take 2)
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.