logo
Published on Input Jam (http://www.kleinfelter.com)

Using the Todoist API

By Kevin Kleinfelter
Created 2009-04-26 22:21

If you are trying to use the Todoist (www.todoist.com [1]) API

before you blame the Todoist API -- remember that the ampersand must be escaped on the wget/curl command-line.

wget http://todoist.com/API/getProject?project_id=22073&token=fb5f22601ec566e48083213f7573e908a7a272e5 [2]

(I figured this out by using the Fiddler2 debugging proxy. Great tool.)


Source URL:
http://www.kleinfelter.com/node/167