Redesigned API URL structure. Updated ts_api to implement this.

Implemented ts_api:list_timelines/2.
Adjusted ts_timeline:list/3 to be 0-indexed.
Changed ts_user password hash to use a random salt + SHA1
Added some skeleton testing code.
This commit is contained in:
Jonathan Bernard
2011-02-04 17:19:53 -06:00
parent 1575e25898
commit 6e2e0d5f00
10 changed files with 164 additions and 78 deletions

7
test/ts_test_common.erl Normal file
View File

@ -0,0 +1,7 @@
-module(ts_test_common).
-compile(export_all).
-include_lib("eunit/include/eunit.hrl").
-include_lib("../src/ts_db_records.hrl").