Continuing work on the API.

The id_counter module now includes the record directly in the source.
Fixed many typos and small syntax errors.
Added ts_api:dispatch_user/2 to handle different HTTP methods.
Added method placeholder stubs to ts_api.
Implemented ts_api:list_entries/3.
Added ts_user record and ts_user module.
Implemented ts_entry:list/4, the more generic guts of the other list functions.
Created ts_entry:list_asc/3 and ts_entry:list_desc/3.
Fixed ts_json:encode_datetime/1.
This commit is contained in:
Jonathan Bernard
2011-02-02 16:57:58 -06:00
parent 098cd4cbb9
commit 6fe9184c8e
15 changed files with 263 additions and 64 deletions

BIN
db/test/DECISION_TAB.LOG Normal file

Binary file not shown.

BIN
db/test/LATEST.LOG Normal file

Binary file not shown.

1
db/test/id_counter.DCD Normal file
View File

@ -0,0 +1 @@
cXM

BIN
db/test/schema.DAT Normal file

Binary file not shown.

1
db/test/ts_entry.DCD Normal file
View File

@ -0,0 +1 @@
cXM

BIN
db/test/ts_timeline.DCD Normal file

Binary file not shown.