Add notes to the tracks backend API
Tuesday, October 24th, 2006I like to be able to add a new todo using the backend API. Unfortunately the API is not able to add notes to the todo. Ruby On Rails turns out to make this very simple:
in todo_api.rb add notes to the api:
:expects => [{:username => :string}, {:token => :string}, {:context_id => :int}, {:description => :string}, [...]