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.
Project
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Pull Requests
Development
Project Readme