Project

todoist

0.01
No release in over 3 years
Low commit activity in last 3 years
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.5
~> 0.3
~> 0.9
 Project 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.