Up to [local] / todotxt / Text-Todo-REST-API / lib / Text / Todo / REST / API / Actions
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 18 05:34:31 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)
initial try at copying GET into POST, works, but need a way to share "find_entry"
Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 16 04:09:53 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.4: +2 -8 lines
Diff to previous 1.4 (colored)
No key may not be an error
Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 14 06:14:57 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.3: +17 -12 lines
Diff to previous 1.3 (colored)
Get available tags if we don't ask for a specific tag
Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 13 21:48:28 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.2: +31 -23 lines
Diff to previous 1.2 (colored)
do need /file/action/identifier cuZ I need to get /file/tags and /file/entry
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 31 03:10:39 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)
path is now '/todo_file/entry/sub_action' there are no special file actions so simplify the paths.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 26 04:30:13 2010 UTC (14 years, 9 months ago) by andrew
Branch: MAIN
Make GET actions a plugin so it can be expanded.