Annotation of todotxt/Text-Todo-REST-API/TODO, Revision 1.3
1.1 andrew 1: Support PUT +action_handlers
2: Support POST +action_handlers
3: Support DELETE +action_handlers
4:
1.2 andrew 5: +representations Figure out content_type for representations. might need more header info
1.1 andrew 6:
7: +action_handlers Move path_info to the action_handler
8: +action_handlers Make action handlers plugins (that can run more than 1 ?)
9:
10: +describe 10 Methods should be:
11: +describe 20 new($options)
1.2 andrew 12: +describe 40 $handled = $method($path_info, $q->Vars)
1.1 andrew 13: +describe 50 $output = Write($handled);
14: +describe 60 OR
15: +describe 70 print new($options)->Process($path_info, $q->Vars)
1.2 andrew 16: +describe 80 Process would do the things above
1.1 andrew 17:
1.3 ! andrew 18: +tests switch any +get_files to read the files off disk incase we add some (as we should)
! 19:
! 20: $AFresh1: TODO,v 1.2 2010/01/19 03:18:34 andrew Exp $
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>